Documentation
¶
Overview ¶
Package drink provides methods and tools for generating fantasy drink styles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Drink ¶
type Drink struct { Description string `json:"description"` Appearance string `json:"appearance"` Type string `json:"type"` Strength string `json:"strength"` Base string `json:"base"` Ingredients []string `json:"ingredients"` }
Drink is an alcoholic drink
type Method ¶
type Method struct { Name string `json:"name"` BaseResourceTag string `json:"base_resource_tag"` Producer string `json:"producer"` }
Method is a way of making an alcoholic beverage
Click to show internal directories.
Click to hide internal directories.