Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientInterface ¶
type ClientInterface interface { Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...grpc.CallOption) error NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error) Close() error }
func NewClient ¶
func NewClient(c *ClientConfig) (ClientInterface, error)
Click to show internal directories.
Click to hide internal directories.