mocks

package
v0.2.1-beta.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2021 License: MIT Imports: 8 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()

FinishEpoch mocks base method.

func (*Mockcoin) FinishRound

func (m *Mockcoin) FinishRound()

FinishRound mocks base method.

func (*Mockcoin) Get

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

Get mocks base method.

func (*Mockcoin) HandleSerializedMessage

func (m *Mockcoin) HandleSerializedMessage(arg0 context.Context, arg1 service.GossipMessage, arg2 service.Fetcher)

HandleSerializedMessage mocks base method.

func (*Mockcoin) StartEpoch

func (m *Mockcoin) StartEpoch(arg0 types.EpochID, arg1 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() *gomock.Call

FinishEpoch indicates an expected call of FinishEpoch.

func (*MockcoinMockRecorder) FinishRound

func (mr *MockcoinMockRecorder) FinishRound() *gomock.Call

FinishRound indicates an expected call of FinishRound.

func (*MockcoinMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockcoinMockRecorder) HandleSerializedMessage

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

HandleSerializedMessage indicates an expected call of HandleSerializedMessage.

func (*MockcoinMockRecorder) StartEpoch

func (mr *MockcoinMockRecorder) StartEpoch(arg0, arg1 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 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.

type MocktortoiseBeaconDB

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

MocktortoiseBeaconDB is a mock of tortoiseBeaconDB interface.

func NewMocktortoiseBeaconDB

func NewMocktortoiseBeaconDB(ctrl *gomock.Controller) *MocktortoiseBeaconDB

NewMocktortoiseBeaconDB creates a new mock instance.

func (*MocktortoiseBeaconDB) EXPECT

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

func (*MocktortoiseBeaconDB) GetTortoiseBeacon

func (m *MocktortoiseBeaconDB) GetTortoiseBeacon(epochID types.EpochID) (types.Hash32, error)

GetTortoiseBeacon mocks base method.

func (*MocktortoiseBeaconDB) SetTortoiseBeacon

func (m *MocktortoiseBeaconDB) SetTortoiseBeacon(epochID types.EpochID, beacon types.Hash32) error

SetTortoiseBeacon mocks base method.

type MocktortoiseBeaconDBMockRecorder

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

MocktortoiseBeaconDBMockRecorder is the mock recorder for MocktortoiseBeaconDB.

func (*MocktortoiseBeaconDBMockRecorder) GetTortoiseBeacon

func (mr *MocktortoiseBeaconDBMockRecorder) GetTortoiseBeacon(epochID interface{}) *gomock.Call

GetTortoiseBeacon indicates an expected call of GetTortoiseBeacon.

func (*MocktortoiseBeaconDBMockRecorder) SetTortoiseBeacon

func (mr *MocktortoiseBeaconDBMockRecorder) SetTortoiseBeacon(epochID, beacon interface{}) *gomock.Call

SetTortoiseBeacon indicates an expected call of SetTortoiseBeacon.

Jump to

Keyboard shortcuts

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