Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewJobFunc ¶
type TypeProvider ¶
type TypeProvider interface {
RegisterJobProvider(name string, newJob NewJobFunc)
UnregisterJobProvider(name string)
Get(name string) NewJobFunc
}
func NewTypeProvider ¶
func NewTypeProvider() TypeProvider
Click to show internal directories.
Click to hide internal directories.