Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngredientAdder ¶
type PizzaDecorator ¶
type PizzaDecorator struct {
Ingredient IngredientAdder
}
func (*PizzaDecorator) AddIngredient ¶
func (p *PizzaDecorator) AddIngredient() (string, error)
Click to show internal directories.
Click to hide internal directories.