Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCClient ¶
func NewGRPCClient[Req, IReq, IResp, Resp any]( conn *grpc.ClientConn, service, method string, encodeRequest converter.ConvertFunc[Req, IReq], decodeResponse converter.ConvertFunc[IResp, Resp], opts ...grpctransport.ClientOption, ) endpoint.Endpoint
Types ¶
Click to show internal directories.
Click to hide internal directories.