mocks

package
v2.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractSubmitter

type ContractSubmitter struct {
	mock.Mock
}

ContractSubmitter is an autogenerated mock type for the ContractSubmitter type

func NewContractSubmitter

func NewContractSubmitter(t interface {
	mock.TestingT
	Cleanup(func())
}) *ContractSubmitter

NewContractSubmitter creates a new instance of ContractSubmitter. 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 (*ContractSubmitter) Submit

func (_m *ContractSubmitter) Submit(ctx context.Context, roundID *big.Int, submission *big.Int, idempotencyKey *string) error

Submit provides a mock function with given fields: ctx, roundID, submission, idempotencyKey

type Flags

type Flags struct {
	mock.Mock
}

Flags is an autogenerated mock type for the Flags type

func NewFlags

func NewFlags(t interface {
	mock.TestingT
	Cleanup(func())
}) *Flags

NewFlags creates a new instance of Flags. 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 (*Flags) Address

func (_m *Flags) Address() common.Address

Address provides a mock function with given fields:

func (*Flags) ContractExists

func (_m *Flags) ContractExists() bool

ContractExists provides a mock function with given fields:

func (*Flags) IsLowered

func (_m *Flags) IsLowered(contractAddr common.Address) (bool, error)

IsLowered provides a mock function with given fields: contractAddr

func (*Flags) ParseLog

func (_m *Flags) ParseLog(log types.Log) (generated.AbigenLog, error)

ParseLog provides a mock function with given fields: log

type KeyStoreInterface

type KeyStoreInterface struct {
	mock.Mock
}

KeyStoreInterface is an autogenerated mock type for the KeyStoreInterface type

func NewKeyStoreInterface

func NewKeyStoreInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *KeyStoreInterface

NewKeyStoreInterface creates a new instance of KeyStoreInterface. 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 (*KeyStoreInterface) EnabledKeysForChain

func (_m *KeyStoreInterface) EnabledKeysForChain(ctx context.Context, chainID *big.Int) ([]ethkey.KeyV2, error)

EnabledKeysForChain provides a mock function with given fields: ctx, chainID

func (*KeyStoreInterface) GetRoundRobinAddress

func (_m *KeyStoreInterface) GetRoundRobinAddress(ctx context.Context, chainID *big.Int, addrs ...common.Address) (common.Address, error)

GetRoundRobinAddress provides a mock function with given fields: ctx, chainID, addrs

type ORM

type ORM struct {
	mock.Mock
}

ORM is an autogenerated mock type for the ORM type

func NewORM

func NewORM(t interface {
	mock.TestingT
	Cleanup(func())
}) *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. The first argument is typically a *testing.T value.

func (*ORM) CountFluxMonitorRoundStats

func (_m *ORM) CountFluxMonitorRoundStats() (int, error)

CountFluxMonitorRoundStats provides a mock function with given fields:

func (*ORM) CreateEthTransaction

func (_m *ORM) CreateEthTransaction(ctx context.Context, fromAddress common.Address, toAddress common.Address, payload []byte, gasLimit uint64, idempotencyKey *string) error

CreateEthTransaction provides a mock function with given fields: ctx, fromAddress, toAddress, payload, gasLimit, idempotencyKey

func (*ORM) DeleteFluxMonitorRoundsBackThrough

func (_m *ORM) DeleteFluxMonitorRoundsBackThrough(aggregator common.Address, roundID uint32) error

DeleteFluxMonitorRoundsBackThrough provides a mock function with given fields: aggregator, roundID

func (*ORM) FindOrCreateFluxMonitorRoundStats

func (_m *ORM) FindOrCreateFluxMonitorRoundStats(aggregator common.Address, roundID uint32, newRoundLogs uint) (fluxmonitorv2.FluxMonitorRoundStatsV2, error)

FindOrCreateFluxMonitorRoundStats provides a mock function with given fields: aggregator, roundID, newRoundLogs

func (*ORM) MostRecentFluxMonitorRoundID

func (_m *ORM) MostRecentFluxMonitorRoundID(aggregator common.Address) (uint32, error)

MostRecentFluxMonitorRoundID provides a mock function with given fields: aggregator

func (*ORM) UpdateFluxMonitorRoundStats

func (_m *ORM) UpdateFluxMonitorRoundStats(aggregator common.Address, roundID uint32, runID int64, newRoundLogsAddition uint, qopts ...pg.QOpt) error

UpdateFluxMonitorRoundStats provides a mock function with given fields: aggregator, roundID, runID, newRoundLogsAddition, qopts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL