Codebase list golang-github-go-kit-kit / 1d32ef0
Merge pull request #223 from jupp0r/feature/improve-grpc-client-documentation Clarify grpcReply argument in grpc client factory Peter Bourgon 8 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2323 }
2424
2525 // NewClient constructs a usable Client for a single remote endpoint.
26 // Pass an zero-value Protobuf message of the RPC response type as
27 // the grpcReply argument.
2628 func NewClient(
2729 cc *grpc.ClientConn,
2830 serviceName string,