Mensa-API/models/Meal.go
2024-09-15 20:26:08 +02:00

8 lines
94 B
Go

package models
type Meal struct {
Name string
Price string
Attributes string
}