Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanCacheJob ¶
type CleanCacheJob struct {
// contains filtered or unexported fields
}
CleanCacheJob is a job to clean the cache
func NewCleanCacheJob ¶
func NewCleanCacheJob(_db store.DB, cacheRetention time.Duration) *CleanCacheJob
NewCleanCacheJob create and start new job to clean the cache
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler is a job scheduler
func StartNewScheduler ¶
StartNewScheduler create and start new job scheduler
Click to show internal directories.
Click to hide internal directories.