# Packages

No description provided by the author

# Functions

BottleHref returns the resource href.
MountBottleController "mounts" a Bottle resource controller on the given service.
MountSpecController "mounts" a Spec resource controller on the given service.
NewCreateBottleContext parses the incoming request URL and body, performs validations and creates the context used by the bottle controller create action.
NewShowBottleContext parses the incoming request URL and body, performs validations and creates the context used by the bottle controller show action.

# Structs

bottle media type (default view) Identifier: application/vnd.gophercon.goa.bottle; view=default.
BottlePayload is the type used to create bottles.
CreateBottleContext provides the bottle create action context.
ShowBottleContext provides the bottle show action context.

# Interfaces

BottleController is the controller interface for the Bottle actions.
SpecController is the controller interface for the Spec actions.