Documentation ¶ Index ¶ func ValidatedFluxMonitorSpec(config *orm.Config, ts string) (job.SpecDB, error) type Delegate func NewDelegate(pipelineRunner pipeline.Runner, db *gorm.DB) *Delegate func (d *Delegate) JobType() job.Type func (d *Delegate) ServicesForSpec(spec job.SpecDB) (services []job.Service, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ValidatedFluxMonitorSpec ¶ func ValidatedFluxMonitorSpec(config *orm.Config, ts string) (job.SpecDB, error) Types ¶ type Delegate ¶ type Delegate struct { // contains filtered or unexported fields } func NewDelegate ¶ func NewDelegate(pipelineRunner pipeline.Runner, db *gorm.DB) *Delegate func (*Delegate) JobType ¶ func (d *Delegate) JobType() job.Type func (*Delegate) ServicesForSpec ¶ func (d *Delegate) ServicesForSpec(spec job.SpecDB) (services []job.Service, err error) Source Files ¶ View all Source files delegate.go validate.go Click to show internal directories. Click to hide internal directories.