mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-31 11:44:55 +00:00
7 lines
63 B
Go
7 lines
63 B
Go
|
package models
|
||
|
|
||
|
type Menu struct {
|
||
|
Name string
|
||
|
Meal []Meal
|
||
|
}
|