Module grpc

Module grpc 

Source
Expand description

Generic gRPC client.

Structs§

GrpcClient
A gRPC client connected to a single endpoint.
GrpcStatus
An error response from a unary gRPC call.
GrpcStreamingResponse
A response stream from a server streaming gRPC call.
GrpcUnaryResponse
A successful response from a unary gRPC call.

Enums§

GrpcStatusCode
Response status of gRPC requests.