Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchEntry ¶
func FetchIndex ¶
func FetchIndex() string
func ParseIndex ¶
Types ¶
type OrderedEntries ¶
type OrderedEntries []Entry
func (OrderedEntries) Len ¶
func (l OrderedEntries) Len() int
func (OrderedEntries) Less ¶
func (l OrderedEntries) Less(i, j int) bool
func (OrderedEntries) Swap ¶
func (l OrderedEntries) Swap(i, j int)
type Ranking ¶
func AttendeeRanking ¶
type Record ¶
type Record struct {
Num int `json:"num"`
Workshop Workshop `json:"workshop"`
Date SimpleDate `json:"date"`
Attends []string `json:"attends"`
NotAttends []string `json:"not-attends"`
AttendsTotal int `json:"attends-total"`
Begin int `json:"begin,omitempty"`
End int `json:"end,omitempty"`
}
func ParseEntry ¶
type SimpleDate ¶
func (SimpleDate) MarshalJSON ¶
func (d SimpleDate) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.