Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
CloseConn(ctx context.Context) error
IsReady(ctx context.Context, in *emptypb.Empty) (bool, error)
MapStreamFn(ctx context.Context, request *v1.MapStreamRequest, responseCh chan<- *v1.MapStreamResponse) error
}
Client contains methods to call a gRPC client.
func New ¶
func New(serverInfo *serverinfo.ServerInfo, inputOptions ...sdkclient.Option) (Client, error)
New creates a new client object.
func NewFromClient ¶
func NewFromClient(c mapstreampb.MapStreamClient) (Client, error)
Click to show internal directories.
Click to hide internal directories.