Documentation ¶
Index ¶
- type Config
- type ORM
- func (_m *ORM) Close() error
- func (_m *ORM) CreateRun(run *pipeline.Run, qopts ...pg.QOpt) error
- func (_m *ORM) CreateSpec(_a0 pipeline.Pipeline, maxTaskTimeout models.Interval, qopts ...pg.QOpt) (int32, error)
- func (_m *ORM) DeleteRun(id int64) error
- func (_m *ORM) DeleteRunsOlderThan(_a0 context.Context, _a1 time.Duration) error
- func (_m *ORM) FindRun(id int64) (pipeline.Run, error)
- func (_m *ORM) GetAllRuns() ([]pipeline.Run, error)
- func (_m *ORM) GetQ() pg.Q
- func (_m *ORM) GetUnfinishedRuns(_a0 context.Context, _a1 time.Time, _a2 func(pipeline.Run) error) error
- func (_m *ORM) HealthReport() map[string]error
- func (_m *ORM) InsertFinishedRun(run *pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
- func (_m *ORM) InsertFinishedRuns(run []*pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
- func (_m *ORM) InsertRun(run *pipeline.Run, qopts ...pg.QOpt) error
- func (_m *ORM) Name() string
- func (_m *ORM) Ready() error
- func (_m *ORM) Start(_a0 context.Context) error
- func (_m *ORM) StoreRun(run *pipeline.Run, qopts ...pg.QOpt) (bool, error)
- func (_m *ORM) UpdateTaskRunResult(taskID uuid.UUID, result pipeline.Result) (pipeline.Run, bool, error)
- type PipelineParamUnmarshaler
- type Runner
- func (_m *Runner) Close() error
- func (_m *Runner) ExecuteAndInsertFinishedRun(ctx context.Context, spec pipeline.Spec, vars pipeline.Vars, l logger.Logger, ...) (int64, pipeline.FinalResult, error)
- func (_m *Runner) ExecuteRun(ctx context.Context, spec pipeline.Spec, vars pipeline.Vars, l logger.Logger) (pipeline.Run, pipeline.TaskRunResults, error)
- func (_m *Runner) HealthReport() map[string]error
- func (_m *Runner) InsertFinishedRun(run *pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
- func (_m *Runner) InsertFinishedRuns(runs []*pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
- func (_m *Runner) Name() string
- func (_m *Runner) OnRunFinished(_a0 func(*pipeline.Run))
- func (_m *Runner) Ready() error
- func (_m *Runner) ResumeRun(taskID uuid.UUID, value interface{}, err error) error
- func (_m *Runner) Run(ctx context.Context, run *pipeline.Run, l logger.Logger, ...) (bool, error)
- func (_m *Runner) Start(_a0 context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config is an autogenerated mock type for the Config type
func NewConfig ¶
func NewConfig(t mockConstructorTestingTNewConfig) *Config
NewConfig creates a new instance of Config. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Config) DefaultHTTPLimit ¶
DefaultHTTPLimit provides a mock function with given fields:
func (*Config) DefaultHTTPTimeout ¶
DefaultHTTPTimeout provides a mock function with given fields:
func (*Config) MaxRunDuration ¶ added in v2.3.0
MaxRunDuration provides a mock function with given fields:
func (*Config) ReaperInterval ¶ added in v2.3.0
ReaperInterval provides a mock function with given fields:
func (*Config) ReaperThreshold ¶ added in v2.3.0
ReaperThreshold provides a mock function with given fields:
type ORM ¶
ORM is an autogenerated mock type for the ORM type
func NewORM ¶
func NewORM(t mockConstructorTestingTNewORM) *ORM
NewORM creates a new instance of ORM. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ORM) CreateSpec ¶
func (_m *ORM) CreateSpec(_a0 pipeline.Pipeline, maxTaskTimeout models.Interval, qopts ...pg.QOpt) (int32, error)
CreateSpec provides a mock function with given fields: _a0, maxTaskTimeout, qopts
func (*ORM) DeleteRunsOlderThan ¶
DeleteRunsOlderThan provides a mock function with given fields: _a0, _a1
func (*ORM) GetAllRuns ¶
GetAllRuns provides a mock function with given fields:
func (*ORM) GetUnfinishedRuns ¶
func (_m *ORM) GetUnfinishedRuns(_a0 context.Context, _a1 time.Time, _a2 func(pipeline.Run) error) error
GetUnfinishedRuns provides a mock function with given fields: _a0, _a1, _a2
func (*ORM) HealthReport ¶
HealthReport provides a mock function with given fields:
func (*ORM) InsertFinishedRun ¶
func (_m *ORM) InsertFinishedRun(run *pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
InsertFinishedRun provides a mock function with given fields: run, saveSuccessfulTaskRuns, qopts
func (*ORM) InsertFinishedRuns ¶
func (_m *ORM) InsertFinishedRuns(run []*pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
InsertFinishedRuns provides a mock function with given fields: run, saveSuccessfulTaskRuns, qopts
type PipelineParamUnmarshaler ¶
PipelineParamUnmarshaler is an autogenerated mock type for the PipelineParamUnmarshaler type
func NewPipelineParamUnmarshaler ¶
func NewPipelineParamUnmarshaler(t mockConstructorTestingTNewPipelineParamUnmarshaler) *PipelineParamUnmarshaler
NewPipelineParamUnmarshaler creates a new instance of PipelineParamUnmarshaler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*PipelineParamUnmarshaler) UnmarshalPipelineParam ¶
func (_m *PipelineParamUnmarshaler) UnmarshalPipelineParam(val interface{}) error
UnmarshalPipelineParam provides a mock function with given fields: val
type Runner ¶
Runner is an autogenerated mock type for the Runner type
func NewRunner ¶
func NewRunner(t mockConstructorTestingTNewRunner) *Runner
NewRunner creates a new instance of Runner. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Runner) ExecuteAndInsertFinishedRun ¶
func (_m *Runner) ExecuteAndInsertFinishedRun(ctx context.Context, spec pipeline.Spec, vars pipeline.Vars, l logger.Logger, saveSuccessfulTaskRuns bool) (int64, pipeline.FinalResult, error)
ExecuteAndInsertFinishedRun provides a mock function with given fields: ctx, spec, vars, l, saveSuccessfulTaskRuns
func (*Runner) ExecuteRun ¶
func (_m *Runner) ExecuteRun(ctx context.Context, spec pipeline.Spec, vars pipeline.Vars, l logger.Logger) (pipeline.Run, pipeline.TaskRunResults, error)
ExecuteRun provides a mock function with given fields: ctx, spec, vars, l
func (*Runner) HealthReport ¶
HealthReport provides a mock function with given fields:
func (*Runner) InsertFinishedRun ¶
func (_m *Runner) InsertFinishedRun(run *pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
InsertFinishedRun provides a mock function with given fields: run, saveSuccessfulTaskRuns, qopts
func (*Runner) InsertFinishedRuns ¶
func (_m *Runner) InsertFinishedRuns(runs []*pipeline.Run, saveSuccessfulTaskRuns bool, qopts ...pg.QOpt) error
InsertFinishedRuns provides a mock function with given fields: runs, saveSuccessfulTaskRuns, qopts
func (*Runner) OnRunFinished ¶
OnRunFinished provides a mock function with given fields: _a0