We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36d0e4 commit c38f474Copy full SHA for c38f474
1 file changed
client/client.go
@@ -26,7 +26,8 @@ import (
26
)
27
28
type Client interface {
29
- // TODO(ved): override this function to scale encode the args
+ // Call makes the call to RPC method with the provided args
30
+ // args must be encoded in the format RPC understands
31
Call(result interface{}, method string, args ...interface{}) error
32
33
Subscribe(ctx context.Context, namespace, subscribeMethodSuffix, unsubscribeMethodSuffix,
0 commit comments