Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewRequestRoundDBT ¶ added in v1.6.0
type RequestRoundDB ¶ added in v1.6.0
RequestRoundDB is an autogenerated mock type for the RequestRoundDB type
func NewRequestRoundDB ¶ added in v1.6.0
func NewRequestRoundDB(t NewRequestRoundDBT) *RequestRoundDB
NewRequestRoundDB creates a new instance of RequestRoundDB. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*RequestRoundDB) LoadLatestRoundRequested ¶ added in v1.6.0
func (_m *RequestRoundDB) LoadLatestRoundRequested() (ocr2aggregator.OCR2AggregatorRoundRequested, error)
LoadLatestRoundRequested provides a mock function with given fields:
func (*RequestRoundDB) SaveLatestRoundRequested ¶ added in v1.6.0
func (_m *RequestRoundDB) SaveLatestRoundRequested(tx pg.Queryer, rr ocr2aggregator.OCR2AggregatorRoundRequested) error
SaveLatestRoundRequested provides a mock function with given fields: tx, rr
Click to show internal directories.
Click to hide internal directories.