Mensa-API/models/Meal.go

8 lines
94 B
Go
Raw Normal View History

2024-09-15 18:26:08 +00:00
package models
type Meal struct {
Name string
Price string
Attributes string
}