mocks

package
v2.8.1-mercury-20240123 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: MIT Imports: 6 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) GetSubscriptions

func (_m *ORM) GetSubscriptions(offset uint, limit uint, qopts ...pg.QOpt) ([]functions.CachedSubscription, error)

GetSubscriptions provides a mock function with given fields: offset, limit, qopts

func (*ORM) UpsertSubscription

func (_m *ORM) UpsertSubscription(subscription functions.CachedSubscription, qopts ...pg.QOpt) error

UpsertSubscription provides a mock function with given fields: subscription, qopts

type OnchainAllowlist

type OnchainAllowlist struct {
	mock.Mock
}

OnchainAllowlist is an autogenerated mock type for the OnchainAllowlist type

func NewOnchainAllowlist

func NewOnchainAllowlist(t interface {
	mock.TestingT
	Cleanup(func())
}) *OnchainAllowlist

NewOnchainAllowlist creates a new instance of OnchainAllowlist. 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 (*OnchainAllowlist) Allow

func (_m *OnchainAllowlist) Allow(_a0 common.Address) bool

Allow provides a mock function with given fields: _a0

func (*OnchainAllowlist) Close added in v2.4.0

func (_m *OnchainAllowlist) Close() error

Close provides a mock function with given fields:

func (*OnchainAllowlist) Start added in v2.4.0

func (_m *OnchainAllowlist) Start(_a0 context.Context) error

Start provides a mock function with given fields: _a0

func (*OnchainAllowlist) UpdateFromContract

func (_m *OnchainAllowlist) UpdateFromContract(ctx context.Context) error

UpdateFromContract provides a mock function with given fields: ctx

type OnchainSubscriptions added in v2.6.0

type OnchainSubscriptions struct {
	mock.Mock
}

OnchainSubscriptions is an autogenerated mock type for the OnchainSubscriptions type

func NewOnchainSubscriptions added in v2.6.0

func NewOnchainSubscriptions(t interface {
	mock.TestingT
	Cleanup(func())
}) *OnchainSubscriptions

NewOnchainSubscriptions creates a new instance of OnchainSubscriptions. 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 (*OnchainSubscriptions) Close added in v2.6.0

func (_m *OnchainSubscriptions) Close() error

Close provides a mock function with given fields:

func (*OnchainSubscriptions) GetMaxUserBalance added in v2.6.0

func (_m *OnchainSubscriptions) GetMaxUserBalance(_a0 common.Address) (*big.Int, error)

GetMaxUserBalance provides a mock function with given fields: _a0

func (*OnchainSubscriptions) Start added in v2.6.0

func (_m *OnchainSubscriptions) Start(_a0 context.Context) error

Start provides a mock function with given fields: _a0

Jump to

Keyboard shortcuts

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