Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckCoreJob ¶
type CheckCoreJob struct {
service.ConfigService
}
func NewCheckCoreJob ¶
func NewCheckCoreJob() *CheckCoreJob
func (*CheckCoreJob) Run ¶
func (s *CheckCoreJob) Run()
type CronJob ¶
type CronJob struct {
// contains filtered or unexported fields
}
func NewCronJob ¶
func NewCronJob() *CronJob
type DelStatsJob ¶
type DelStatsJob struct {
service.StatsService
// contains filtered or unexported fields
}
func NewDelStatsJob ¶
func NewDelStatsJob(ta int) *DelStatsJob
func (*DelStatsJob) Run ¶
func (s *DelStatsJob) Run()
type DepleteJob ¶
type DepleteJob struct {
service.ClientService
service.InboundService
}
func NewDepleteJob ¶
func NewDepleteJob() *DepleteJob
func (*DepleteJob) Run ¶
func (s *DepleteJob) Run()
type StatsJob ¶
type StatsJob struct {
service.StatsService
// contains filtered or unexported fields
}
func NewStatsJob ¶
type WALCheckpointJob ¶
type WALCheckpointJob struct{}
func NewWALCheckpointJob ¶
func NewWALCheckpointJob() *WALCheckpointJob
func (*WALCheckpointJob) Run ¶
func (s *WALCheckpointJob) Run()
Click to show internal directories.
Click to hide internal directories.