Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanDatabaseJob ¶
type CleanDatabaseJob struct {
// contains filtered or unexported fields
}
CleanDatabaseJob is a job to clean the database
func NewCleanDatabaseJob ¶
func NewCleanDatabaseJob(_db db.DB) *CleanDatabaseJob
NewCleanDatabaseJob create and start new job to clean the database
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.