Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeServerURL ¶
Types ¶
type ICanteenDay ¶
type ICanteenDay struct { Day string `json:"day"` Lunches []ICanteenLunch `json:"lunches"` }
func LoadLunches ¶
func LoadLunches(username, password, server string) ([]ICanteenDay, error)
type ICanteenLunch ¶
Click to show internal directories.
Click to hide internal directories.