Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PetFetcher ¶
type PetShopAPI ¶
type PetShopAPI struct {
// contains filtered or unexported fields
}
func NewPetShopAPI ¶
func NewPetShopAPI(fetcher PetFetcher, creator PetCreator) *PetShopAPI
func (PetShopAPI) Create ¶
func (shop PetShopAPI) Create() µ.Routable
func (PetShopAPI) List ¶
func (shop PetShopAPI) List() µ.Routable
func (PetShopAPI) Lookup ¶
func (shop PetShopAPI) Lookup() µ.Routable
Click to show internal directories.
Click to hide internal directories.