Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
MaxErrors int
Handler JobHandler
Interval time.Duration
// contains filtered or unexported fields
}
func (*Job) AddMiddleware ¶
func (j *Job) AddMiddleware(middleware MiddlewareFunc)
type JobHandler ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *Service
Click to show internal directories.
Click to hide internal directories.