Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoJobError ¶
type NoJobError struct {
}
func (*NoJobError) Error ¶
func (e *NoJobError) Error() string
type ReceiveJobError ¶
type ReceiveJobError struct {
Err error
}
func (*ReceiveJobError) Error ¶
func (e *ReceiveJobError) Error() string
type UpdateJobStatusError ¶
func (*UpdateJobStatusError) Error ¶
func (e *UpdateJobStatusError) Error() string
type WorkerFailedError ¶
type WorkerFailedError struct {
Err error
}
func (*WorkerFailedError) Error ¶
func (e *WorkerFailedError) Error() string
Click to show internal directories.
Click to hide internal directories.