V2
This commit is contained in:
@ -16,4 +16,12 @@ type DataStore interface {
|
||||
|
||||
WritePlanMonth(interface{}) error
|
||||
GetPlanMonthForDate(time.Time) (interface{}, error)
|
||||
|
||||
WriteTrackingItems(interface{}) error
|
||||
GetTrackingItemsForDate(time.Time) (interface{}, error)
|
||||
GetTrackingCategories() (interface{}, error)
|
||||
|
||||
WriteInboxItem(interface{}) error
|
||||
DeleteInboxItem(int32) error
|
||||
GetInboxItems() ([]interface{}, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user