package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
BuildDivideFunc builds the remote method to invoke for "divider" service "divide" endpoint.
BuildDividePayload builds the payload for the divider divide endpoint from CLI flags.
BuildIntegerDivideFunc builds the remote method to invoke for "divider" service "integer_divide" endpoint.
BuildIntegerDividePayload builds the payload for the divider integer_divide endpoint from CLI flags.
DecodeDivideResponse decodes responses from the divider divide endpoint.
DecodeIntegerDivideResponse decodes responses from the divider integer_divide endpoint.
EncodeDivideRequest encodes requests sent to divider divide endpoint.
EncodeIntegerDivideRequest encodes requests sent to divider integer_divide endpoint.
NewClient instantiates gRPC client for all the divider service servers.
NewDivideRequest builds the gRPC request type from the payload of the "divide" endpoint of the "divider" service.
NewDivideResult builds the result type of the "divide" endpoint of the "divider" service from the gRPC response type.
NewIntegerDivideRequest builds the gRPC request type from the payload of the "integer_divide" endpoint of the "divider" service.
NewIntegerDivideResult builds the result type of the "integer_divide" endpoint of the "divider" service from the gRPC response type.