Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Check checks health of grpc server. Check(context.Context, *healthpb.HealthCheckRequest, ...grpc.CallOption) error // Close tears down the ClientConn and all underlying connections. Close() error }
Client is the interface for grpc client.
Click to show internal directories.
Click to hide internal directories.