Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaristaOrder ¶
type BaristaOrder struct {
ID string
Name string
Open bool
Items []BaristaOrderItem
}
type BaristaOrderItem ¶
type KitchenOrder ¶
type KitchenOrder struct {
ID string
Name string
Open bool
Items []KitchenOrderItem
}
type KitchenOrderItem ¶
Click to show internal directories.
Click to hide internal directories.