Documentation
¶
Index ¶
- type ComponentQuantity
- type FinishOrderRequest
- type GetComponentConsumeLogsRequest
- type HttpComponent
- type MaterialEditRequest
- type Order
- type OrderItem
- type OrderRemoveStashRequest
- type OrderStartRequest
- type OrderStartRequestIngredient
- type OrderStashRequest
- type OrderStashResponse
- type RecipeAvailability
- type RequestComponentEntryAdd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentQuantity ¶
type FinishOrderRequest ¶
type FinishOrderRequest struct {
Id string `json:"order_id"`
}
type GetComponentConsumeLogsRequest ¶
type GetComponentConsumeLogsRequest struct {
Name string `json:"name"`
}
type HttpComponent ¶
type MaterialEditRequest ¶
type Order ¶
type Order struct {
models.Order `bson:",inline"`
Ingredients [][]OrderStartRequestIngredient `json:"ingredients"`
}
type OrderItem ¶
type OrderItem struct {
Name string `json:"name"`
Components []HttpComponent `json:"components"`
}
type OrderRemoveStashRequest ¶
type OrderRemoveStashRequest struct {
OrderDisplayId string `json:"order_display_id"`
}
type OrderStartRequest ¶
type OrderStashRequest ¶
type OrderStashResponse ¶
type RecipeAvailability ¶
type RequestComponentEntryAdd ¶
type RequestComponentEntryAdd struct {
ComponentId string `json:"component_id"`
Entries []models.MaterialEntry `json:"entries"`
}
Click to show internal directories.
Click to hide internal directories.