Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Food ¶
type Food struct { ID string `json:"id"` Name string `json:"name"` Cuisine *Cuisine `json:"cuisine,omitempty"` Recipe *string `json:"recipe,omitempty"` Ingredient []*Ingredient `json:"ingredient"` }
type Ingredient ¶
Click to show internal directories.
Click to hide internal directories.