package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
BuildAddFunc builds the remote method to invoke for "calc" service "add" endpoint.
BuildAddPayload builds the payload for the calc add endpoint from CLI flags.
DecodeAddResponse decodes responses from the calc add endpoint.
EncodeAddRequest encodes requests sent to calc add endpoint.
NewAddRequest builds the gRPC request type from the payload of the "add" endpoint of the "calc" service.
NewAddResult builds the result type of the "add" endpoint of the "calc" service from the gRPC response type.
NewClient instantiates gRPC client for all the calc service servers.