mocks

package
v0.2.6-beta.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSyncState

type MockSyncState struct {
	// contains filtered or unexported fields
}

MockSyncState is a mock of SyncState interface.

func NewMockSyncState

func NewMockSyncState(ctrl *gomock.Controller) *MockSyncState

NewMockSyncState creates a new mock instance.

func (*MockSyncState) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyncState) IsSynced

func (m *MockSyncState) IsSynced(arg0 context.Context) bool

IsSynced mocks base method.

type MockSyncStateMockRecorder

type MockSyncStateMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncStateMockRecorder is the mock recorder for MockSyncState.

func (*MockSyncStateMockRecorder) IsSynced

func (mr *MockSyncStateMockRecorder) IsSynced(arg0 interface{}) *gomock.Call

IsSynced indicates an expected call of IsSynced.

type MockactivationDB

type MockactivationDB struct {
	// contains filtered or unexported fields
}

MockactivationDB is a mock of activationDB interface.

func NewMockactivationDB

func NewMockactivationDB(ctrl *gomock.Controller) *MockactivationDB

NewMockactivationDB creates a new mock instance.

func (*MockactivationDB) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockactivationDB) GetAtxHeader

func (m *MockactivationDB) GetAtxHeader(id types.ATXID) (*types.ActivationTxHeader, error)

GetAtxHeader mocks base method.

func (*MockactivationDB) GetAtxTimestamp

func (m *MockactivationDB) GetAtxTimestamp(id types.ATXID) (time.Time, error)

GetAtxTimestamp mocks base method.

func (*MockactivationDB) GetEpochWeight

func (m *MockactivationDB) GetEpochWeight(epochID types.EpochID) (uint64, []types.ATXID, error)

GetEpochWeight mocks base method.

func (*MockactivationDB) GetNodeAtxIDForEpoch

func (m *MockactivationDB) GetNodeAtxIDForEpoch(nodeID types.NodeID, targetEpoch types.EpochID) (types.ATXID, error)

GetNodeAtxIDForEpoch mocks base method.

type MockactivationDBMockRecorder

type MockactivationDBMockRecorder struct {
	// contains filtered or unexported fields
}

MockactivationDBMockRecorder is the mock recorder for MockactivationDB.

func (*MockactivationDBMockRecorder) GetAtxHeader

func (mr *MockactivationDBMockRecorder) GetAtxHeader(id interface{}) *gomock.Call

GetAtxHeader indicates an expected call of GetAtxHeader.

func (*MockactivationDBMockRecorder) GetAtxTimestamp

func (mr *MockactivationDBMockRecorder) GetAtxTimestamp(id interface{}) *gomock.Call

GetAtxTimestamp indicates an expected call of GetAtxTimestamp.

func (*MockactivationDBMockRecorder) GetEpochWeight

func (mr *MockactivationDBMockRecorder) GetEpochWeight(epochID interface{}) *gomock.Call

GetEpochWeight indicates an expected call of GetEpochWeight.

func (*MockactivationDBMockRecorder) GetNodeAtxIDForEpoch

func (mr *MockactivationDBMockRecorder) GetNodeAtxIDForEpoch(nodeID, targetEpoch interface{}) *gomock.Call

GetNodeAtxIDForEpoch indicates an expected call of GetNodeAtxIDForEpoch.

type Mockbroadcaster

type Mockbroadcaster struct {
	// contains filtered or unexported fields
}

Mockbroadcaster is a mock of broadcaster interface.

func NewMockbroadcaster

func NewMockbroadcaster(ctrl *gomock.Controller) *Mockbroadcaster

NewMockbroadcaster creates a new mock instance.

func (*Mockbroadcaster) Broadcast

func (m *Mockbroadcaster) Broadcast(ctx context.Context, channel string, data []byte) error

Broadcast mocks base method.

func (*Mockbroadcaster) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockbroadcasterMockRecorder

type MockbroadcasterMockRecorder struct {
	// contains filtered or unexported fields
}

MockbroadcasterMockRecorder is the mock recorder for Mockbroadcaster.

func (*MockbroadcasterMockRecorder) Broadcast

func (mr *MockbroadcasterMockRecorder) Broadcast(ctx, channel, data interface{}) *gomock.Call

Broadcast indicates an expected call of Broadcast.

type Mockcoin

type Mockcoin struct {
	// contains filtered or unexported fields
}

Mockcoin is a mock of coin interface.

func NewMockcoin

func NewMockcoin(ctrl *gomock.Controller) *Mockcoin

NewMockcoin creates a new mock instance.

func (*Mockcoin) EXPECT

func (m *Mockcoin) EXPECT() *MockcoinMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*Mockcoin) FinishEpoch

func (m *Mockcoin) FinishEpoch(arg0 context.Context, arg1 types.EpochID)

FinishEpoch mocks base method.

func (*Mockcoin) FinishRound

func (m *Mockcoin) FinishRound(arg0 context.Context)

FinishRound mocks base method.

func (*Mockcoin) Get

func (m *Mockcoin) Get(arg0 context.Context, arg1 types.EpochID, arg2 types.RoundID) bool

Get mocks base method.

func (*Mockcoin) StartEpoch

func (m *Mockcoin) StartEpoch(arg0 context.Context, arg1 types.EpochID, arg2 weakcoin.UnitAllowances)

StartEpoch mocks base method.

func (*Mockcoin) StartRound

func (m *Mockcoin) StartRound(arg0 context.Context, arg1 types.RoundID) error

StartRound mocks base method.

type MockcoinMockRecorder

type MockcoinMockRecorder struct {
	// contains filtered or unexported fields
}

MockcoinMockRecorder is the mock recorder for Mockcoin.

func (*MockcoinMockRecorder) FinishEpoch

func (mr *MockcoinMockRecorder) FinishEpoch(arg0, arg1 interface{}) *gomock.Call

FinishEpoch indicates an expected call of FinishEpoch.

func (*MockcoinMockRecorder) FinishRound

func (mr *MockcoinMockRecorder) FinishRound(arg0 interface{}) *gomock.Call

FinishRound indicates an expected call of FinishRound.

func (*MockcoinMockRecorder) Get

func (mr *MockcoinMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockcoinMockRecorder) StartEpoch

func (mr *MockcoinMockRecorder) StartEpoch(arg0, arg1, arg2 interface{}) *gomock.Call

StartEpoch indicates an expected call of StartEpoch.

func (*MockcoinMockRecorder) StartRound

func (mr *MockcoinMockRecorder) StartRound(arg0, arg1 interface{}) *gomock.Call

StartRound indicates an expected call of StartRound.

type MockeligibilityChecker

type MockeligibilityChecker struct {
	// contains filtered or unexported fields
}

MockeligibilityChecker is a mock of eligibilityChecker interface.

func NewMockeligibilityChecker

func NewMockeligibilityChecker(ctrl *gomock.Controller) *MockeligibilityChecker

NewMockeligibilityChecker creates a new mock instance.

func (*MockeligibilityChecker) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockeligibilityChecker) IsProposalEligible

func (m *MockeligibilityChecker) IsProposalEligible(proposal []byte) bool

IsProposalEligible mocks base method.

type MockeligibilityCheckerMockRecorder

type MockeligibilityCheckerMockRecorder struct {
	// contains filtered or unexported fields
}

MockeligibilityCheckerMockRecorder is the mock recorder for MockeligibilityChecker.

func (*MockeligibilityCheckerMockRecorder) IsProposalEligible

func (mr *MockeligibilityCheckerMockRecorder) IsProposalEligible(proposal interface{}) *gomock.Call

IsProposalEligible indicates an expected call of IsProposalEligible.

type MocklayerClock

type MocklayerClock struct {
	// contains filtered or unexported fields
}

MocklayerClock is a mock of layerClock interface.

func NewMocklayerClock

func NewMocklayerClock(ctrl *gomock.Controller) *MocklayerClock

NewMocklayerClock creates a new mock instance.

func (*MocklayerClock) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MocklayerClock) LayerToTime

func (m *MocklayerClock) LayerToTime(arg0 types.LayerID) time.Time

LayerToTime mocks base method.

func (*MocklayerClock) Subscribe

func (m *MocklayerClock) Subscribe() timesync.LayerTimer

Subscribe mocks base method.

func (*MocklayerClock) Unsubscribe

func (m *MocklayerClock) Unsubscribe(arg0 timesync.LayerTimer)

Unsubscribe mocks base method.

type MocklayerClockMockRecorder

type MocklayerClockMockRecorder struct {
	// contains filtered or unexported fields
}

MocklayerClockMockRecorder is the mock recorder for MocklayerClock.

func (*MocklayerClockMockRecorder) LayerToTime

func (mr *MocklayerClockMockRecorder) LayerToTime(arg0 interface{}) *gomock.Call

LayerToTime indicates an expected call of LayerToTime.

func (*MocklayerClockMockRecorder) Subscribe

func (mr *MocklayerClockMockRecorder) Subscribe() *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MocklayerClockMockRecorder) Unsubscribe

func (mr *MocklayerClockMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call

Unsubscribe indicates an expected call of Unsubscribe.

Jump to

Keyboard shortcuts

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