Documentation ¶
Index ¶
- type Syncer
- func (r *Syncer) SetCronner(pluginType string)
- func (r *Syncer) SetInteractor(pluginType string)
- func (r *Syncer) SetStage(interfaceName string, stageIndex int, stageConfig interface{})
- func (r *Syncer) StartCronners()
- func (r *Syncer) StartInteractor()
- func (r *Syncer) StopCronners()
- func (r *Syncer) StopInteractor()
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
func (*Syncer) SetCronner ¶
func (*Syncer) SetInteractor ¶
func (*Syncer) StartCronners ¶
func (r *Syncer) StartCronners()
func (*Syncer) StartInteractor ¶
func (r *Syncer) StartInteractor()
func (*Syncer) StopCronners ¶
func (r *Syncer) StopCronners()
func (*Syncer) StopInteractor ¶
func (r *Syncer) StopInteractor()
type Worker ¶
type Worker interface { plug.InteractUser plug.CronUser }
func InitWorker ¶
func InitWorker() Worker
Click to show internal directories.
Click to hide internal directories.