Skip to content
Snippets Groups Projects
Commit 63152f38 authored by benjamin's avatar benjamin
Browse files

implemented interface, need to implement api

parent 387b9b9d
No related branches found
No related tags found
2 merge requests!510Release,!431made lower paralell regs unique to js and hacked increase in num registrations...
......@@ -191,6 +191,9 @@ type Client interface {
AddService(clientID *id.ID, newService message.Service,
response message.Processor)
// ChangeParallelNodeRegistration .
ChangeParallelNodeRegistration(num int) stoppable.Single
// DeleteService deletes a message service. If only a single response is
// associated with the preimage, the entire preimage is removed. If there is
// more than one response, only the given response is removed. If nil is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment