Files
assign-notify/timeline/timelines.go
T

9 lines
174 B
Go

package timeline
type CalendarEventHorizon string
const (
WithinMonth CalendarEventHorizon = "monthnow"
RecentAndUpcoming CalendarEventHorizon = "recentupcoming"
)