package
0.0.0-20180105000033-88979d5a1ca5
Repository: https://github.com/goadesign/goa-cellar.git
Documentation: pkg.go.dev
# Functions
CreateAccountPath computes a request path to the create action of account.
CreateBottlePath computes a request path to the create action of bottle.
DeleteAccountPath computes a request path to the delete action of account.
DeleteBottlePath computes a request path to the delete action of bottle.
HealthHealthPath computes a request path to the health action of health.
ListAccountPath computes a request path to the list action of account.
ListBottlePath computes a request path to the list action of bottle.
New instantiates the client.
RateBottlePath computes a request path to the rate action of bottle.
ShowAccountPath computes a request path to the show action of account.
ShowBottlePath computes a request path to the show action of bottle.
UpdateAccountPath computes a request path to the update action of account.
UpdateBottlePath computes a request path to the update action of bottle.
WatchBottlePath computes a request path to the watch action of bottle.
# Structs
A tenant account (default view)
Identifier: application/vnd.account+json; view=default.
A tenant account (link view)
Identifier: application/vnd.account+json; view=link.
A tenant account (tiny view)
Identifier: application/vnd.account+json; view=tiny.
A bottle of wine (default view)
Identifier: application/vnd.bottle+json; view=default.
A bottle of wine (full view)
Identifier: application/vnd.bottle+json; view=full.
BottleLinks contains links to related resources of Bottle.
BottlePayload user type.
A bottle of wine (tiny view)
Identifier: application/vnd.bottle+json; view=tiny.
Client is the cellar service client.
CreateAccountPayload is the account create action payload.
CreateBottlePayload is the bottle create action payload.
RateBottlePayload is the bottle rate action payload.
UpdateAccountPayload is the account update action payload.
# Type aliases
AccountCollection is the media type for an array of Account (default view)
Identifier: application/vnd.account+json; type=collection; view=default.
AccountCollection is the media type for an array of Account (link view)
Identifier: application/vnd.account+json; type=collection; view=link.
AccountCollection is the media type for an array of Account (tiny view)
Identifier: application/vnd.account+json; type=collection; view=tiny.
BottleCollection is the media type for an array of Bottle (default view)
Identifier: application/vnd.bottle+json; type=collection; view=default.
BottleLinksArray contains links to related resources of BottleCollection.
BottleCollection is the media type for an array of Bottle (tiny view)
Identifier: application/vnd.bottle+json; type=collection; view=tiny.