Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseBackupCleanerJob ¶
type DatabaseBackupCleanerJob struct {
}
func (DatabaseBackupCleanerJob) Name ¶
func (p DatabaseBackupCleanerJob) Name() string
func (DatabaseBackupCleanerJob) Run ¶
func (p DatabaseBackupCleanerJob) Run() error
func (DatabaseBackupCleanerJob) Schedule ¶
func (p DatabaseBackupCleanerJob) Schedule() string
func (DatabaseBackupCleanerJob) Service ¶
func (p DatabaseBackupCleanerJob) Service() func()
type DatabaseBackupJob ¶
type DatabaseBackupJob struct {
}
func (DatabaseBackupJob) Name ¶
func (job DatabaseBackupJob) Name() string
func (DatabaseBackupJob) Run ¶
func (job DatabaseBackupJob) Run() error
func (DatabaseBackupJob) Schedule ¶
func (job DatabaseBackupJob) Schedule() string
func (DatabaseBackupJob) Service ¶
func (job DatabaseBackupJob) Service() func()
Click to show internal directories.
Click to hide internal directories.