mocks

package
v2.11.0-beta0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogPoller

type LogPoller struct {
	mock.Mock
}

LogPoller is an autogenerated mock type for the LogPoller type

func NewLogPoller

func NewLogPoller(t interface {
	mock.TestingT
	Cleanup(func())
}) *LogPoller

NewLogPoller creates a new instance of LogPoller. 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 (*LogPoller) Close

func (_m *LogPoller) Close() error

Close provides a mock function with given fields:

func (*LogPoller) GetBlocksRange

func (_m *LogPoller) GetBlocksRange(ctx context.Context, numbers []uint64) ([]logpoller.LogPollerBlock, error)

GetBlocksRange provides a mock function with given fields: ctx, numbers

func (*LogPoller) GetFilters added in v2.11.0

func (_m *LogPoller) GetFilters() map[string]logpoller.Filter

GetFilters provides a mock function with given fields:

func (*LogPoller) HasFilter added in v2.6.0

func (_m *LogPoller) HasFilter(name string) bool

HasFilter provides a mock function with given fields: name

func (*LogPoller) HealthReport

func (_m *LogPoller) HealthReport() map[string]error

HealthReport provides a mock function with given fields:

func (*LogPoller) Healthy added in v2.11.0

func (_m *LogPoller) Healthy() error

Healthy provides a mock function with given fields:

func (*LogPoller) IndexedLogs

func (_m *LogPoller) IndexedLogs(ctx context.Context, eventSig common.Hash, address common.Address, topicIndex int, topicValues []common.Hash, confs logpoller.Confirmations) ([]logpoller.Log, error)

IndexedLogs provides a mock function with given fields: ctx, eventSig, address, topicIndex, topicValues, confs

func (*LogPoller) IndexedLogsByBlockRange

func (_m *LogPoller) IndexedLogsByBlockRange(ctx context.Context, start int64, end int64, eventSig common.Hash, address common.Address, topicIndex int, topicValues []common.Hash) ([]logpoller.Log, error)

IndexedLogsByBlockRange provides a mock function with given fields: ctx, start, end, eventSig, address, topicIndex, topicValues

func (*LogPoller) IndexedLogsByTxHash added in v2.6.0

func (_m *LogPoller) IndexedLogsByTxHash(ctx context.Context, eventSig common.Hash, address common.Address, txHash common.Hash) ([]logpoller.Log, error)

IndexedLogsByTxHash provides a mock function with given fields: ctx, eventSig, address, txHash

func (*LogPoller) IndexedLogsCreatedAfter added in v2.3.0

func (_m *LogPoller) IndexedLogsCreatedAfter(ctx context.Context, eventSig common.Hash, address common.Address, topicIndex int, topicValues []common.Hash, after time.Time, confs logpoller.Confirmations) ([]logpoller.Log, error)

IndexedLogsCreatedAfter provides a mock function with given fields: ctx, eventSig, address, topicIndex, topicValues, after, confs

func (*LogPoller) IndexedLogsTopicGreaterThan

func (_m *LogPoller) IndexedLogsTopicGreaterThan(ctx context.Context, eventSig common.Hash, address common.Address, topicIndex int, topicValueMin common.Hash, confs logpoller.Confirmations) ([]logpoller.Log, error)

IndexedLogsTopicGreaterThan provides a mock function with given fields: ctx, eventSig, address, topicIndex, topicValueMin, confs

func (*LogPoller) IndexedLogsTopicRange

func (_m *LogPoller) IndexedLogsTopicRange(ctx context.Context, eventSig common.Hash, address common.Address, topicIndex int, topicValueMin common.Hash, topicValueMax common.Hash, confs logpoller.Confirmations) ([]logpoller.Log, error)

IndexedLogsTopicRange provides a mock function with given fields: ctx, eventSig, address, topicIndex, topicValueMin, topicValueMax, confs

func (*LogPoller) IndexedLogsWithSigsExcluding added in v2.1.0

func (_m *LogPoller) IndexedLogsWithSigsExcluding(ctx context.Context, address common.Address, eventSigA common.Hash, eventSigB common.Hash, topicIndex int, fromBlock int64, toBlock int64, confs logpoller.Confirmations) ([]logpoller.Log, error)

IndexedLogsWithSigsExcluding provides a mock function with given fields: ctx, address, eventSigA, eventSigB, topicIndex, fromBlock, toBlock, confs

func (*LogPoller) LatestBlock

func (_m *LogPoller) LatestBlock(ctx context.Context) (logpoller.LogPollerBlock, error)

LatestBlock provides a mock function with given fields: ctx

func (*LogPoller) LatestBlockByEventSigsAddrsWithConfs added in v2.4.0

func (_m *LogPoller) LatestBlockByEventSigsAddrsWithConfs(ctx context.Context, fromBlock int64, eventSigs []common.Hash, addresses []common.Address, confs logpoller.Confirmations) (int64, error)

LatestBlockByEventSigsAddrsWithConfs provides a mock function with given fields: ctx, fromBlock, eventSigs, addresses, confs

func (*LogPoller) LatestLogByEventSigWithConfs

func (_m *LogPoller) LatestLogByEventSigWithConfs(ctx context.Context, eventSig common.Hash, address common.Address, confs logpoller.Confirmations) (*logpoller.Log, error)

LatestLogByEventSigWithConfs provides a mock function with given fields: ctx, eventSig, address, confs

func (*LogPoller) LatestLogEventSigsAddrsWithConfs

func (_m *LogPoller) LatestLogEventSigsAddrsWithConfs(ctx context.Context, fromBlock int64, eventSigs []common.Hash, addresses []common.Address, confs logpoller.Confirmations) ([]logpoller.Log, error)

LatestLogEventSigsAddrsWithConfs provides a mock function with given fields: ctx, fromBlock, eventSigs, addresses, confs

func (*LogPoller) Logs

func (_m *LogPoller) Logs(ctx context.Context, start int64, end int64, eventSig common.Hash, address common.Address) ([]logpoller.Log, error)

Logs provides a mock function with given fields: ctx, start, end, eventSig, address

func (*LogPoller) LogsCreatedAfter added in v2.3.0

func (_m *LogPoller) LogsCreatedAfter(ctx context.Context, eventSig common.Hash, address common.Address, _a3 time.Time, confs logpoller.Confirmations) ([]logpoller.Log, error)

LogsCreatedAfter provides a mock function with given fields: ctx, eventSig, address, _a3, confs

func (*LogPoller) LogsDataWordBetween added in v2.8.0

func (_m *LogPoller) LogsDataWordBetween(ctx context.Context, eventSig common.Hash, address common.Address, wordIndexMin int, wordIndexMax int, wordValue common.Hash, confs logpoller.Confirmations) ([]logpoller.Log, error)

LogsDataWordBetween provides a mock function with given fields: ctx, eventSig, address, wordIndexMin, wordIndexMax, wordValue, confs

func (*LogPoller) LogsDataWordGreaterThan

func (_m *LogPoller) LogsDataWordGreaterThan(ctx context.Context, eventSig common.Hash, address common.Address, wordIndex int, wordValueMin common.Hash, confs logpoller.Confirmations) ([]logpoller.Log, error)

LogsDataWordGreaterThan provides a mock function with given fields: ctx, eventSig, address, wordIndex, wordValueMin, confs

func (*LogPoller) LogsDataWordRange

func (_m *LogPoller) LogsDataWordRange(ctx context.Context, eventSig common.Hash, address common.Address, wordIndex int, wordValueMin common.Hash, wordValueMax common.Hash, confs logpoller.Confirmations) ([]logpoller.Log, error)

LogsDataWordRange provides a mock function with given fields: ctx, eventSig, address, wordIndex, wordValueMin, wordValueMax, confs

func (*LogPoller) LogsWithSigs

func (_m *LogPoller) LogsWithSigs(ctx context.Context, start int64, end int64, eventSigs []common.Hash, address common.Address) ([]logpoller.Log, error)

LogsWithSigs provides a mock function with given fields: ctx, start, end, eventSigs, address

func (*LogPoller) Name

func (_m *LogPoller) Name() string

Name provides a mock function with given fields:

func (*LogPoller) Ready

func (_m *LogPoller) Ready() error

Ready provides a mock function with given fields:

func (*LogPoller) RegisterFilter

func (_m *LogPoller) RegisterFilter(ctx context.Context, filter logpoller.Filter) error

RegisterFilter provides a mock function with given fields: ctx, filter

func (*LogPoller) Replay

func (_m *LogPoller) Replay(ctx context.Context, fromBlock int64) error

Replay provides a mock function with given fields: ctx, fromBlock

func (*LogPoller) ReplayAsync added in v2.1.0

func (_m *LogPoller) ReplayAsync(fromBlock int64)

ReplayAsync provides a mock function with given fields: fromBlock

func (*LogPoller) Start

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

Start provides a mock function with given fields: _a0

func (*LogPoller) UnregisterFilter

func (_m *LogPoller) UnregisterFilter(ctx context.Context, name string) error

UnregisterFilter provides a mock function with given fields: ctx, name

Jump to

Keyboard shortcuts

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