Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OCRContractTrackerDB ¶
OCRContractTrackerDB is an autogenerated mock type for the OCRContractTrackerDB type
func NewOCRContractTrackerDB ¶
func NewOCRContractTrackerDB(t interface { mock.TestingT Cleanup(func()) }) *OCRContractTrackerDB
NewOCRContractTrackerDB creates a new instance of OCRContractTrackerDB. 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 (*OCRContractTrackerDB) LoadLatestRoundRequested ¶
func (_m *OCRContractTrackerDB) LoadLatestRoundRequested() (offchainaggregator.OffchainAggregatorRoundRequested, error)
LoadLatestRoundRequested provides a mock function with given fields:
func (*OCRContractTrackerDB) SaveLatestRoundRequested ¶
func (_m *OCRContractTrackerDB) SaveLatestRoundRequested(tx pg.Queryer, rr offchainaggregator.OffchainAggregatorRoundRequested) error
SaveLatestRoundRequested provides a mock function with given fields: tx, rr
Click to show internal directories.
Click to hide internal directories.