Add Today planning module scaffold
This commit is contained in:
@@ -13,6 +13,7 @@ type ID string
|
||||
|
||||
const (
|
||||
DailyToday ID = "daily_today"
|
||||
Today ID = "today"
|
||||
Tomorrow ID = "tomorrow"
|
||||
Hourly ID = "hourly"
|
||||
ThreeDay ID = "three_day"
|
||||
|
||||
Reference in New Issue
Block a user