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