Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cronners = make(map[string]Cronner)
View Source
var InteractPluggers = make(map[string]InteractPlugger)
View Source
var Stagers = make(map[string]Stager)
Functions ¶
This section is empty.
Types ¶
type ConfigChecker ¶
type ConfigChecker interface {
CheckConfig() error
}
type ConfigSetter ¶
type ConfigSetter interface {
SetConfig(interface{})
}
type CronConfigSetter ¶
type CronConfigSetter interface {
SetConfig(map[string]interface{})
}
type Cronner ¶
type Cronner interface { CronConfigSetter ConfigChecker Stopper }
type ErrorCounter ¶
type ErrorCounter interface {
AddError()
}
type InteractPlugger ¶
type InteractPlugger interface { ConfigSetter ConfigChecker Stopper }
type InteractUser ¶
type Stager ¶
type Stager interface { ConfigSetter ConfigChecker Execute(*protocol.Job) (bool, error) }
type SuccessCounter ¶
type SuccessCounter interface {
AddSuccess()
}
Click to show internal directories.
Click to hide internal directories.