Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dish ¶
type Dish struct { DishID int64 `db:"dish_id" json:"dish_id"` DishName string `db:"name" json:"name"` Price float64 `db:"price" json:"price"` IngredientsBytes []byte `db:"ingredients"` Ingredients []Ingredient `json:"ingredients"` }
type Ingredient ¶
type RecieveDish ¶
Click to show internal directories.
Click to hide internal directories.