Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbConfig ¶
type JobCreator ¶
type JobCreator struct {
// contains filtered or unexported fields
}
func (*JobCreator) AddJob ¶
func (r *JobCreator) AddJob(j *Job) (err error)
func (*JobCreator) Commit ¶
func (r *JobCreator) Commit() error
type JobRepo ¶
type JobRepo struct {
// contains filtered or unexported fields
}
func NewJobRepo ¶
func (*JobRepo) NewJobCreator ¶
func (r *JobRepo) NewJobCreator() (*JobCreator, error)
Click to show internal directories.
Click to hide internal directories.