package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
BuildPickFunc builds the remote method to invoke for "sommelier" service "pick" endpoint.
BuildPickPayload builds the payload for the sommelier pick endpoint from CLI flags.
DecodePickResponse decodes responses from the sommelier pick endpoint.
EncodePickRequest encodes requests sent to sommelier pick endpoint.
NewClient instantiates gRPC client for all the sommelier service servers.
NewPickRequest builds the gRPC request type from the payload of the "pick" endpoint of the "sommelier" service.
NewPickResult builds the result type of the "pick" endpoint of the "sommelier" service from the gRPC response type.
ValidateComponent runs the validations defined on Component.
ValidateStoredBottle runs the validations defined on StoredBottle.
ValidateStoredBottleCollection runs the validations defined on StoredBottleCollection.
ValidateWinery runs the validations defined on Winery.