fix: rename dish to meal (#3)
Reviewed-on: #3 Co-authored-by: bdoerfchen <git@bissendorf.co> Co-committed-by: bdoerfchen <git@bissendorf.co>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package stwbremen
|
||||
|
||||
type Dish struct {
|
||||
type Meal struct {
|
||||
Title string `json:"title"`
|
||||
Ingredients []Ingredient `json:"ingredients"`
|
||||
Prices []Price `json:"prices"`
|
||||
Reference in New Issue
Block a user