Initial commit
This commit is contained in:
7
timeline/timelines.go
Normal file
7
timeline/timelines.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package timeline
|
||||
|
||||
type CalendarEventHorizon string
|
||||
|
||||
const (
|
||||
WithinMonth CalendarEventHorizon = "monthnow"
|
||||
)
|
||||
Reference in New Issue
Block a user