mocks

package
v2.14.0-beta0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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) ClearGasPricesByDestChain

func (_m *ORM) ClearGasPricesByDestChain(ctx context.Context, destChainSelector uint64, expireSec int) error

ClearGasPricesByDestChain provides a mock function with given fields: ctx, destChainSelector, expireSec

func (*ORM) ClearTokenPricesByDestChain

func (_m *ORM) ClearTokenPricesByDestChain(ctx context.Context, destChainSelector uint64, expireSec int) error

ClearTokenPricesByDestChain provides a mock function with given fields: ctx, destChainSelector, expireSec

func (*ORM) GetGasPricesByDestChain

func (_m *ORM) GetGasPricesByDestChain(ctx context.Context, destChainSelector uint64) ([]ccip.GasPrice, error)

GetGasPricesByDestChain provides a mock function with given fields: ctx, destChainSelector

func (*ORM) GetTokenPricesByDestChain

func (_m *ORM) GetTokenPricesByDestChain(ctx context.Context, destChainSelector uint64) ([]ccip.TokenPrice, error)

GetTokenPricesByDestChain provides a mock function with given fields: ctx, destChainSelector

func (*ORM) InsertGasPricesForDestChain

func (_m *ORM) InsertGasPricesForDestChain(ctx context.Context, destChainSelector uint64, jobId int32, gasPrices []ccip.GasPriceUpdate) error

InsertGasPricesForDestChain provides a mock function with given fields: ctx, destChainSelector, jobId, gasPrices

func (*ORM) InsertTokenPricesForDestChain

func (_m *ORM) InsertTokenPricesForDestChain(ctx context.Context, destChainSelector uint64, jobId int32, tokenPrices []ccip.TokenPriceUpdate) error

InsertTokenPricesForDestChain provides a mock function with given fields: ctx, destChainSelector, jobId, tokenPrices

Jump to

Keyboard shortcuts

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