Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingredient ¶
type Ingredient struct {
Quantity float64 `json:"quantity,omitempty"`
QuantityMax float64 `json:"quantityMax,omitempty"`
Unit string `json:"unit,omitempty"`
Ingredient string `json:"ingredient,omitempty"`
Annotation string `json:"annotation,omitempty"`
}
func (*Ingredient) String ¶
func (r *Ingredient) String() (s string)
Click to show internal directories.
Click to hide internal directories.