Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + func ParseWeekday(name string) (time.Weekday, bool) + type Release struct + Time time.Time + Title string + func (r *Release) String() string + type Releases []*Release + func (r Releases) Len() int + func (r Releases) Less(i, j int) bool + func (r Releases) Swap(i, j int) + type Schedule struct + Releases Releases + Weekday time.Weekday + type Schedules []*Schedule + func GetSchedule(ctx context.Context) (schedules Schedules, err error) + func (s Schedules) Len() int + func (s Schedules) Less(i, j int) bool + func (s Schedules) Swap(i, j int)