package
Version:
v0.0.0-...-e008a93
Opens a new window with list of versions in this module.
Published: Feb 1, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Food struct {
Name string `json:"name"`
StudPrice int `json:"studprice"`
ProfPrice int `json:"profprice"`
Vegan bool `json:"vgn"`
Vegetarian bool `json:"vgt"`
Fish bool `json:"fish"`
Climate bool `json:"climate"`
}
Food is one food item at a canteen.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.