Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsJobAlreadyExists ¶
Types ¶
type JobAlreadyExists ¶
type JobAlreadyExists struct {
// contains filtered or unexported fields
}
JobAlreadyExists is an error type that indicates a Job already exists in the store.
func NewJobAlreadyExists ¶
func NewJobAlreadyExists(job string) JobAlreadyExists
func (JobAlreadyExists) Error ¶
func (j JobAlreadyExists) Error() string
Click to show internal directories.
Click to hide internal directories.