Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngredientGroup ¶
type IngredientGroup struct {
Label string
Items []Ingredient
}
type InstructionSet ¶
type Recipe ¶
type Recipe struct {
Name string
Permalink string
Intro string
IngredientGroups []IngredientGroup `yaml:"ingredients"`
InstructionSets []InstructionSet `yaml:"directions"`
}
func (*Recipe) InferDefaults ¶
func (r *Recipe) InferDefaults()
Click to show internal directories.
Click to hide internal directories.