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