fixes from Bucky's and Emmanuel's reviews

This commit is contained in:
Anton Kaliaev
2017-10-30 11:12:01 -05:00
parent 6d18e2f447
commit 61d76a273f
10 changed files with 76 additions and 56 deletions

View File

@ -137,7 +137,7 @@ type WSRPCConnection interface {
WriteRPCResponse(resp RPCResponse)
TryWriteRPCResponse(resp RPCResponse) bool
AddSubscription(string, interface{})
AddSubscription(string, interface{}) error
DeleteSubscription(string) (interface{}, bool)
DeleteAllSubscriptions()
}