Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultJsonFileName = "cache.json"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { GetLastExecutionAt() int64 GetCachedTasks() []CachedTask Read() error SetLastExecutionAt(at int64) UpdateCachedTasks(tasks []task.Task) Write() error }
func NewJsonFile ¶
type CachedTask ¶
Click to show internal directories.
Click to hide internal directories.