Documentation ¶
Index ¶
- type ORM
- func (_m *ORM) CreateRequest(requestID functions.RequestID, receivedAt time.Time, ...) error
- func (_m *ORM) FindById(requestID functions.RequestID, qopts ...pg.QOpt) (*functions.Request, error)
- func (_m *ORM) FindOldestEntriesByState(state functions.RequestState, limit uint32, qopts ...pg.QOpt) ([]functions.Request, error)
- func (_m *ORM) SetConfirmed(requestID functions.RequestID, qopts ...pg.QOpt) error
- func (_m *ORM) SetError(requestID functions.RequestID, runID int64, errorType functions.ErrType, ...) error
- func (_m *ORM) SetFinalized(requestID functions.RequestID, reportedResult []byte, reportedError []byte, ...) error
- func (_m *ORM) SetResult(requestID functions.RequestID, runID int64, computationResult []byte, ...) error
- func (_m *ORM) TimeoutExpiredResults(cutoff time.Time, limit uint32, qopts ...pg.QOpt) ([]functions.RequestID, 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 ¶
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) CreateRequest ¶
func (_m *ORM) CreateRequest(requestID functions.RequestID, receivedAt time.Time, requestTxHash *common.Hash, qopts ...pg.QOpt) error
CreateRequest provides a mock function with given fields: requestID, receivedAt, requestTxHash, qopts
func (*ORM) FindById ¶
func (_m *ORM) FindById(requestID functions.RequestID, qopts ...pg.QOpt) (*functions.Request, error)
FindById provides a mock function with given fields: requestID, qopts
func (*ORM) FindOldestEntriesByState ¶
func (_m *ORM) FindOldestEntriesByState(state functions.RequestState, limit uint32, qopts ...pg.QOpt) ([]functions.Request, error)
FindOldestEntriesByState provides a mock function with given fields: state, limit, qopts
func (*ORM) SetConfirmed ¶
SetConfirmed provides a mock function with given fields: requestID, qopts
func (*ORM) SetError ¶
func (_m *ORM) SetError(requestID functions.RequestID, runID int64, errorType functions.ErrType, computationError []byte, readyAt time.Time, readyForProcessing bool, qopts ...pg.QOpt) error
SetError provides a mock function with given fields: requestID, runID, errorType, computationError, readyAt, readyForProcessing, qopts
func (*ORM) SetFinalized ¶
func (_m *ORM) SetFinalized(requestID functions.RequestID, reportedResult []byte, reportedError []byte, qopts ...pg.QOpt) error
SetFinalized provides a mock function with given fields: requestID, reportedResult, reportedError, qopts