Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IJobFactory ¶
type IJobFactory interface { Start() error Stop(JobType) error GetJobber(JobType) (Jobber, error) Register(Jobber, JobType) IsSuccess(JobType) bool }
var (
JobFactory IJobFactory
)
func GetJobFactory ¶
func GetJobFactory() IJobFactory
Click to show internal directories.
Click to hide internal directories.