Documentation ¶
Index ¶
- type KVStore
- type ORM
- func (_m *ORM) AssertBridgesExist(ctx context.Context, p pipeline.Pipeline) error
- func (_m *ORM) Close() error
- func (_m *ORM) CountPipelineRunsByJobID(ctx context.Context, jobID int32) (int32, error)
- func (_m *ORM) CreateJob(ctx context.Context, jb *job.Job) error
- func (_m *ORM) DataSource() sqlutil.DataSource
- func (_m *ORM) DeleteJob(ctx context.Context, id int32) 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(ctx context.Context, _a1 uuid.UUID) (job.Job, error)
- func (_m *ORM) FindJobIDByAddress(ctx context.Context, address types.EIP55Address, evmChainID *big.Big) (int32, error)
- func (_m *ORM) FindJobIDByWorkflow(ctx context.Context, spec job.WorkflowSpec) (int32, error)
- func (_m *ORM) FindJobIDsWithBridge(ctx context.Context, name string) ([]int32, error)
- func (_m *ORM) FindJobTx(ctx context.Context, id int32) (job.Job, error)
- func (_m *ORM) FindJobWithoutSpecErrors(ctx context.Context, id int32) (job.Job, error)
- func (_m *ORM) FindJobs(ctx context.Context, offset int, limit int) ([]job.Job, int, error)
- func (_m *ORM) FindJobsByPipelineSpecIDs(ctx context.Context, ids []int32) ([]job.Job, error)
- func (_m *ORM) FindOCR2JobIDByAddress(ctx context.Context, contractID string, feedID *common.Hash) (int32, error)
- func (_m *ORM) FindPipelineRunByID(ctx context.Context, id int64) (pipeline.Run, error)
- func (_m *ORM) FindPipelineRunIDsByJobID(ctx context.Context, jobID int32, offset int, limit int) ([]int64, error)
- func (_m *ORM) FindPipelineRunsByIDs(ctx context.Context, ids []int64) ([]pipeline.Run, error)
- func (_m *ORM) FindSpecError(ctx context.Context, id int64) (job.SpecError, error)
- func (_m *ORM) FindSpecErrorsByJobIDs(ctx context.Context, ids []int32) ([]job.SpecError, error)
- func (_m *ORM) FindTaskResultByRunIDAndTaskName(ctx context.Context, runID int64, taskName string) ([]byte, error)
- func (_m *ORM) InsertJob(ctx context.Context, _a1 *job.Job) error
- func (_m *ORM) InsertWebhookSpec(ctx context.Context, webhookSpec *job.WebhookSpec) error
- func (_m *ORM) PipelineRuns(ctx context.Context, jobID *int32, offset int, size int) ([]pipeline.Run, int, error)
- func (_m *ORM) RecordError(ctx context.Context, jobID int32, description string) error
- func (_m *ORM) TryRecordError(ctx context.Context, jobID int32, description string)
- func (_m *ORM) WithDataSource(source sqlutil.DataSource) job.ORM
- type ServiceCtx
- type Spawner
- func (_m *Spawner) ActiveJobs() map[int32]job.Job
- func (_m *Spawner) Close() error
- func (_m *Spawner) CreateJob(ctx context.Context, ds sqlutil.DataSource, jb *job.Job) error
- func (_m *Spawner) DeleteJob(ctx context.Context, ds sqlutil.DataSource, jobID int32) 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) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVStore ¶ added in v2.10.0
KVStore is an autogenerated mock type for the KVStore type
func NewKVStore ¶ added in v2.10.0
NewKVStore creates a new instance of KVStore. 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.
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: ctx, p
func (*ORM) CountPipelineRunsByJobID ¶
CountPipelineRunsByJobID provides a mock function with given fields: ctx, jobID
func (*ORM) DataSource ¶ added in v2.12.0
func (_m *ORM) DataSource() sqlutil.DataSource
DataSource provides a mock function with given fields:
func (*ORM) DismissError ¶
DismissError provides a mock function with given fields: ctx, errorID
func (*ORM) FindJobByExternalJobID ¶
FindJobByExternalJobID provides a mock function with given fields: ctx, _a1
func (*ORM) FindJobIDByAddress ¶
func (_m *ORM) FindJobIDByAddress(ctx context.Context, address types.EIP55Address, evmChainID *big.Big) (int32, error)
FindJobIDByAddress provides a mock function with given fields: ctx, address, evmChainID
func (*ORM) FindJobIDByWorkflow ¶ added in v2.13.0
FindJobIDByWorkflow provides a mock function with given fields: ctx, spec
func (*ORM) FindJobIDsWithBridge ¶
FindJobIDsWithBridge provides a mock function with given fields: ctx, name
func (*ORM) FindJobWithoutSpecErrors ¶
FindJobWithoutSpecErrors provides a mock function with given fields: ctx, id
func (*ORM) FindJobsByPipelineSpecIDs ¶
FindJobsByPipelineSpecIDs provides a mock function with given fields: ctx, ids
func (*ORM) FindOCR2JobIDByAddress ¶ added in v2.3.0
func (_m *ORM) FindOCR2JobIDByAddress(ctx context.Context, contractID string, feedID *common.Hash) (int32, error)
FindOCR2JobIDByAddress provides a mock function with given fields: ctx, contractID, feedID
func (*ORM) FindPipelineRunByID ¶
FindPipelineRunByID provides a mock function with given fields: ctx, id
func (*ORM) FindPipelineRunIDsByJobID ¶
func (_m *ORM) FindPipelineRunIDsByJobID(ctx context.Context, jobID int32, offset int, limit int) ([]int64, error)
FindPipelineRunIDsByJobID provides a mock function with given fields: ctx, jobID, offset, limit
func (*ORM) FindPipelineRunsByIDs ¶
FindPipelineRunsByIDs provides a mock function with given fields: ctx, ids
func (*ORM) FindSpecError ¶
FindSpecError provides a mock function with given fields: ctx, id
func (*ORM) FindSpecErrorsByJobIDs ¶
FindSpecErrorsByJobIDs provides a mock function with given fields: ctx, ids
func (*ORM) FindTaskResultByRunIDAndTaskName ¶
func (_m *ORM) FindTaskResultByRunIDAndTaskName(ctx context.Context, runID int64, taskName string) ([]byte, error)
FindTaskResultByRunIDAndTaskName provides a mock function with given fields: ctx, runID, taskName
func (*ORM) InsertWebhookSpec ¶
InsertWebhookSpec provides a mock function with given fields: ctx, webhookSpec
func (*ORM) PipelineRuns ¶
func (_m *ORM) PipelineRuns(ctx context.Context, jobID *int32, offset int, size int) ([]pipeline.Run, int, error)
PipelineRuns provides a mock function with given fields: ctx, jobID, offset, size
func (*ORM) RecordError ¶
RecordError provides a mock function with given fields: ctx, jobID, description
func (*ORM) TryRecordError ¶
TryRecordError provides a mock function with given fields: ctx, jobID, description
func (*ORM) WithDataSource ¶ added in v2.12.0
func (_m *ORM) WithDataSource(source sqlutil.DataSource) job.ORM
WithDataSource provides a mock function with given fields: source
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: