Documentation
¶
Overview ¶
Package grpc provides a gRPC client for the User service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeGRPCLoginResponse ¶
DecodeGRPCLoginResponse is a transport/grpc.DecodeResponseFunc that converts a gRPC login reply to a user-domain login response. Primarily useful in a client.
func EncodeGRPCLoginRequest ¶
EncodeGRPCLoginRequest is a transport/grpc.EncodeRequestFunc that converts a user-domain login request to a gRPC login request. Primarily useful in a client.
func New ¶
func New(conn *grpc.ClientConn, options ...grpctransport.ClientOption) (svc.Endpoints, error)
New returns an service backed by a gRPC client connection. It is the responsibility of the caller to dial, and later close, the connection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.