Documentation ¶
Index ¶
- type ORM
- func (_m *ORM) AssertBridgesExist(p pipeline.Pipeline) error
- func (_m *ORM) Close() error
- func (_m *ORM) CountPipelineRunsByJobID(jobID int32) (int32, error)
- func (_m *ORM) CreateJob(jb *job.Job, qopts ...pg.QOpt) error
- func (_m *ORM) DeleteJob(id int32, qopts ...pg.QOpt) error
- func (_m *ORM) DismissError(ctx context.Context, errorID int64) error
- func (_m *ORM) FindJob(ctx context.Context, id int32) (job.Job, error)
- func (_m *ORM) FindJobByExternalJobID(_a0 uuid.UUID, qopts ...pg.QOpt) (job.Job, error)
- func (_m *ORM) FindJobIDByAddress(address ethkey.EIP55Address, evmChainID *utils.Big, qopts ...pg.QOpt) (int32, error)
- func (_m *ORM) FindJobIDsWithBridge(name string) ([]int32, error)
- func (_m *ORM) FindJobTx(id int32) (job.Job, error)
- func (_m *ORM) FindJobWithoutSpecErrors(id int32) (job.Job, error)
- func (_m *ORM) FindJobs(offset int, limit int) ([]job.Job, int, error)
- func (_m *ORM) FindJobsByPipelineSpecIDs(ids []int32) ([]job.Job, error)
- func (_m *ORM) FindOCR2JobIDByAddress(contractID string, feedID *common.Hash, qopts ...pg.QOpt) (int32, error)
- func (_m *ORM) FindPipelineRunByID(id int64) (pipeline.Run, error)
- func (_m *ORM) FindPipelineRunIDsByJobID(jobID int32, offset int, limit int) ([]int64, error)
- func (_m *ORM) FindPipelineRunsByIDs(ids []int64) ([]pipeline.Run, error)
- func (_m *ORM) FindSpecError(id int64, qopts ...pg.QOpt) (job.SpecError, error)
- func (_m *ORM) FindSpecErrorsByJobIDs(ids []int32, qopts ...pg.QOpt) ([]job.SpecError, error)
- func (_m *ORM) FindTaskResultByRunIDAndTaskName(runID int64, taskName string, qopts ...pg.QOpt) ([]byte, error)
- func (_m *ORM) InsertJob(_a0 *job.Job, qopts ...pg.QOpt) error
- func (_m *ORM) InsertWebhookSpec(webhookSpec *job.WebhookSpec, qopts ...pg.QOpt) error
- func (_m *ORM) PipelineRuns(jobID *int32, offset int, size int) ([]pipeline.Run, int, error)
- func (_m *ORM) RecordError(jobID int32, description string, qopts ...pg.QOpt) error
- func (_m *ORM) TryRecordError(jobID int32, description string, qopts ...pg.QOpt)
- type ServiceCtx
- type Spawner
- func (_m *Spawner) ActiveJobs() map[int32]job.Job
- func (_m *Spawner) Close() error
- func (_m *Spawner) CreateJob(jb *job.Job, qopts ...pg.QOpt) error
- func (_m *Spawner) DeleteJob(jobID int32, qopts ...pg.QOpt) error
- func (_m *Spawner) HealthReport() map[string]error
- func (_m *Spawner) Name() string
- func (_m *Spawner) Ready() error
- func (_m *Spawner) Start(_a0 context.Context) error
- func (_m *Spawner) StartService(ctx context.Context, spec job.Job, qopts ...pg.QOpt) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ORM ¶
ORM is an autogenerated mock type for the ORM type
func NewORM ¶
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. The first argument is typically a *testing.T value.
func (*ORM) AssertBridgesExist ¶
AssertBridgesExist provides a mock function with given fields: p
func (*ORM) CountPipelineRunsByJobID ¶
CountPipelineRunsByJobID provides a mock function with given fields: jobID
func (*ORM) DismissError ¶
DismissError provides a mock function with given fields: ctx, errorID
func (*ORM) FindJobByExternalJobID ¶
FindJobByExternalJobID provides a mock function with given fields: _a0, qopts
func (*ORM) FindJobIDByAddress ¶
func (_m *ORM) FindJobIDByAddress(address ethkey.EIP55Address, evmChainID *utils.Big, qopts ...pg.QOpt) (int32, error)
FindJobIDByAddress provides a mock function with given fields: address, evmChainID, qopts
func (*ORM) FindJobIDsWithBridge ¶
FindJobIDsWithBridge provides a mock function with given fields: name
func (*ORM) FindJobWithoutSpecErrors ¶
FindJobWithoutSpecErrors provides a mock function with given fields: id
func (*ORM) FindJobsByPipelineSpecIDs ¶
FindJobsByPipelineSpecIDs provides a mock function with given fields: ids
func (*ORM) FindOCR2JobIDByAddress ¶ added in v2.3.0
func (_m *ORM) FindOCR2JobIDByAddress(contractID string, feedID *common.Hash, qopts ...pg.QOpt) (int32, error)
FindOCR2JobIDByAddress provides a mock function with given fields: contractID, feedID, qopts
func (*ORM) FindPipelineRunByID ¶
FindPipelineRunByID provides a mock function with given fields: id
func (*ORM) FindPipelineRunIDsByJobID ¶
FindPipelineRunIDsByJobID provides a mock function with given fields: jobID, offset, limit
func (*ORM) FindPipelineRunsByIDs ¶
FindPipelineRunsByIDs provides a mock function with given fields: ids
func (*ORM) FindSpecError ¶
FindSpecError provides a mock function with given fields: id, qopts
func (*ORM) FindSpecErrorsByJobIDs ¶
FindSpecErrorsByJobIDs provides a mock function with given fields: ids, qopts
func (*ORM) FindTaskResultByRunIDAndTaskName ¶
func (_m *ORM) FindTaskResultByRunIDAndTaskName(runID int64, taskName string, qopts ...pg.QOpt) ([]byte, error)
FindTaskResultByRunIDAndTaskName provides a mock function with given fields: runID, taskName, qopts
func (*ORM) InsertWebhookSpec ¶
InsertWebhookSpec provides a mock function with given fields: webhookSpec, qopts
func (*ORM) PipelineRuns ¶
PipelineRuns provides a mock function with given fields: jobID, offset, size
func (*ORM) RecordError ¶
RecordError provides a mock function with given fields: jobID, description, qopts
type ServiceCtx ¶
ServiceCtx is an autogenerated mock type for the ServiceCtx type
func NewServiceCtx ¶
func NewServiceCtx(t interface { mock.TestingT Cleanup(func()) }) *ServiceCtx
NewServiceCtx creates a new instance of ServiceCtx. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ServiceCtx) Close ¶
func (_m *ServiceCtx) Close() error
Close provides a mock function with given fields:
type Spawner ¶
Spawner is an autogenerated mock type for the Spawner type
func NewSpawner ¶
NewSpawner creates a new instance of Spawner. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Spawner) ActiveJobs ¶
ActiveJobs provides a mock function with given fields:
func (*Spawner) HealthReport ¶
HealthReport provides a mock function with given fields: