package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewClient initializes a "sommelier" service client given the endpoints.
NewEndpoints wraps the methods of the "sommelier" service with endpoints.
NewPickEndpoint returns an endpoint function that calls the method "pick" of service "sommelier".
NewStoredBottleCollection initializes result type StoredBottleCollection from viewed result type StoredBottleCollection.
NewViewedStoredBottleCollection initializes viewed result type StoredBottleCollection from result type StoredBottleCollection using the given view.
# Constants
ServiceName is the name of the service as defined in the design.
# Variables
MethodNames lists the service method names as defined in the design.
# Structs
Client is the "sommelier" service client.
No description provided by the author
Criteria is the payload type of the sommelier service pick method.
Endpoints wraps the "sommelier" service endpoints.
A StoredBottle describes a bottle retrieved by the storage service.
No description provided by the author
# Interfaces
The sommelier service retrieves bottles given a set of criteria.
# Type aliases
Missing criteria.
No bottle matched given criteria.
StoredBottleCollection is the result type of the sommelier service pick method.