Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶
type HTTP struct {
// contains filtered or unexported fields
}
HTTP contains all client details
func (*HTTP) GetCoffees ¶
GetCoffees retrieves a list of coffees
func (*HTTP) GetIngredientsForCoffee ¶
func (h *HTTP) GetIngredientsForCoffee(coffeeID int) ([]model.Ingredient, error)
GetIngredientsForCoffee retrieves a list of ingredients that go into a particular coffee
Click to show internal directories.
Click to hide internal directories.