Newer
Older
Call(ctx context.Context, result any, method string, params ...any) error
BatchCall(ctx context.Context, b ...BatchElem) error
SetHeader(key, value string)
Close() error
Notify(ctx context.Context, method string, args ...any) error
Subscribe(ctx context.Context, namespace string, channel any, args ...any) (*ClientSubscription, error)
}