Documentation ¶
Overview ¶
Package models provides various structs modelling real-world concepts or objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calendar ¶
type Calendar struct { January Releases February Releases March Releases April Releases May Releases June Releases July Releases August Releases September Releases October Releases November Releases December Releases }
Calendar is a struct that represents a monthly calendar with Releases for each month.
func (*Calendar) AddReleases ¶
AddReleases assigns Releases to the specified month in the Calendar struct.
type Releases ¶
Releases is a map that represents a collection of releases keyed by the day of the month.
func NewReleases ¶
func NewReleases() Releases
NewReleases creates and returns a Releases with an initial length of 0.
Click to show internal directories.
Click to hide internal directories.