Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct{}
Job is a sample to show how to implement a job.
func (*Job) MaxFails ¶
MaxFails is implementation of same method in Interface.
func (*Job) Run ¶
Run the replication logic here.
func (*Job) Validate ¶
func (j *Job) Validate(params job.Parameters) error
Validate is implementation of same method in Interface.
Source Files
¶
- job.go
Click to show internal directories.
Click to hide internal directories.