mocks

package
v0.2.14-beta.0 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockAtxFetcher

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

MockAtxFetcher is a mock of AtxFetcher interface.

func NewMockAtxFetcher

func NewMockAtxFetcher(ctrl *gomock.Controller) *MockAtxFetcher

NewMockAtxFetcher creates a new mock instance.

func (*MockAtxFetcher) EXPECT

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

func (*MockAtxFetcher) FetchAtx

func (m *MockAtxFetcher) FetchAtx(arg0 context.Context, arg1 types.ATXID) error

FetchAtx mocks base method.

func (*MockAtxFetcher) GetAtxs

func (m *MockAtxFetcher) GetAtxs(arg0 context.Context, arg1 []types.ATXID) error

GetAtxs mocks base method.

type MockAtxFetcherMockRecorder

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

MockAtxFetcherMockRecorder is the mock recorder for MockAtxFetcher.

func (*MockAtxFetcherMockRecorder) FetchAtx

func (mr *MockAtxFetcherMockRecorder) FetchAtx(arg0, arg1 interface{}) *gomock.Call

FetchAtx indicates an expected call of FetchAtx.

func (*MockAtxFetcherMockRecorder) GetAtxs

func (mr *MockAtxFetcherMockRecorder) GetAtxs(arg0, arg1 interface{}) *gomock.Call

GetAtxs indicates an expected call of GetAtxs.

type MockBallotFetcher

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

MockBallotFetcher is a mock of BallotFetcher interface.

func NewMockBallotFetcher

func NewMockBallotFetcher(ctrl *gomock.Controller) *MockBallotFetcher

NewMockBallotFetcher creates a new mock instance.

func (*MockBallotFetcher) EXPECT

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

func (*MockBallotFetcher) GetBallots

func (m *MockBallotFetcher) GetBallots(arg0 context.Context, arg1 []types.BallotID) error

GetBallots mocks base method.

type MockBallotFetcherMockRecorder

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

MockBallotFetcherMockRecorder is the mock recorder for MockBallotFetcher.

func (*MockBallotFetcherMockRecorder) GetBallots

func (mr *MockBallotFetcherMockRecorder) GetBallots(arg0, arg1 interface{}) *gomock.Call

GetBallots indicates an expected call of GetBallots.

type MockBeaconCollector

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

MockBeaconCollector is a mock of BeaconCollector interface.

func NewMockBeaconCollector

func NewMockBeaconCollector(ctrl *gomock.Controller) *MockBeaconCollector

NewMockBeaconCollector creates a new mock instance.

func (*MockBeaconCollector) EXPECT

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

func (*MockBeaconCollector) ReportBeaconFromBallot

func (m *MockBeaconCollector) ReportBeaconFromBallot(arg0 types.EpochID, arg1 types.BallotID, arg2 types.Beacon, arg3 uint64)

ReportBeaconFromBallot mocks base method.

type MockBeaconCollectorMockRecorder

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

MockBeaconCollectorMockRecorder is the mock recorder for MockBeaconCollector.

func (*MockBeaconCollectorMockRecorder) ReportBeaconFromBallot

func (mr *MockBeaconCollectorMockRecorder) ReportBeaconFromBallot(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ReportBeaconFromBallot indicates an expected call of ReportBeaconFromBallot.

type MockBeaconGetter

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

MockBeaconGetter is a mock of BeaconGetter interface.

func NewMockBeaconGetter

func NewMockBeaconGetter(ctrl *gomock.Controller) *MockBeaconGetter

NewMockBeaconGetter creates a new mock instance.

func (*MockBeaconGetter) EXPECT

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

func (*MockBeaconGetter) GetBeacon

func (m *MockBeaconGetter) GetBeacon(arg0 types.EpochID) (types.Beacon, error)

GetBeacon mocks base method.

type MockBeaconGetterMockRecorder

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

MockBeaconGetterMockRecorder is the mock recorder for MockBeaconGetter.

func (*MockBeaconGetterMockRecorder) GetBeacon

func (mr *MockBeaconGetterMockRecorder) GetBeacon(arg0 interface{}) *gomock.Call

GetBeacon indicates an expected call of GetBeacon.

type MockBlockFetcher

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

MockBlockFetcher is a mock of BlockFetcher interface.

func NewMockBlockFetcher

func NewMockBlockFetcher(ctrl *gomock.Controller) *MockBlockFetcher

NewMockBlockFetcher creates a new mock instance.

func (*MockBlockFetcher) EXPECT

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

func (*MockBlockFetcher) GetBlocks

func (m *MockBlockFetcher) GetBlocks(arg0 context.Context, arg1 []types.BlockID) error

GetBlocks mocks base method.

type MockBlockFetcherMockRecorder

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

MockBlockFetcherMockRecorder is the mock recorder for MockBlockFetcher.

func (*MockBlockFetcherMockRecorder) GetBlocks

func (mr *MockBlockFetcherMockRecorder) GetBlocks(arg0, arg1 interface{}) *gomock.Call

GetBlocks indicates an expected call of GetBlocks.

type MockFetcher

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

MockFetcher is a mock of Fetcher interface.

func NewMockFetcher

func NewMockFetcher(ctrl *gomock.Controller) *MockFetcher

NewMockFetcher creates a new mock instance.

func (*MockFetcher) EXPECT

func (m *MockFetcher) EXPECT() *MockFetcherMockRecorder

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

func (*MockFetcher) FetchAtx

func (m *MockFetcher) FetchAtx(arg0 context.Context, arg1 types.ATXID) error

FetchAtx mocks base method.

func (*MockFetcher) GetAtxs

func (m *MockFetcher) GetAtxs(arg0 context.Context, arg1 []types.ATXID) error

GetAtxs mocks base method.

func (*MockFetcher) GetBallots

func (m *MockFetcher) GetBallots(arg0 context.Context, arg1 []types.BallotID) error

GetBallots mocks base method.

func (*MockFetcher) GetBlocks

func (m *MockFetcher) GetBlocks(arg0 context.Context, arg1 []types.BlockID) error

GetBlocks mocks base method.

func (*MockFetcher) GetPoetProof

func (m *MockFetcher) GetPoetProof(arg0 context.Context, arg1 types.Hash32) error

GetPoetProof mocks base method.

func (*MockFetcher) GetProposals

func (m *MockFetcher) GetProposals(arg0 context.Context, arg1 []types.ProposalID) error

GetProposals mocks base method.

func (*MockFetcher) GetTxs

func (m *MockFetcher) GetTxs(arg0 context.Context, arg1 []types.TransactionID) error

GetTxs mocks base method.

type MockFetcherMockRecorder

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

MockFetcherMockRecorder is the mock recorder for MockFetcher.

func (*MockFetcherMockRecorder) FetchAtx

func (mr *MockFetcherMockRecorder) FetchAtx(arg0, arg1 interface{}) *gomock.Call

FetchAtx indicates an expected call of FetchAtx.

func (*MockFetcherMockRecorder) GetAtxs

func (mr *MockFetcherMockRecorder) GetAtxs(arg0, arg1 interface{}) *gomock.Call

GetAtxs indicates an expected call of GetAtxs.

func (*MockFetcherMockRecorder) GetBallots

func (mr *MockFetcherMockRecorder) GetBallots(arg0, arg1 interface{}) *gomock.Call

GetBallots indicates an expected call of GetBallots.

func (*MockFetcherMockRecorder) GetBlocks

func (mr *MockFetcherMockRecorder) GetBlocks(arg0, arg1 interface{}) *gomock.Call

GetBlocks indicates an expected call of GetBlocks.

func (*MockFetcherMockRecorder) GetPoetProof

func (mr *MockFetcherMockRecorder) GetPoetProof(arg0, arg1 interface{}) *gomock.Call

GetPoetProof indicates an expected call of GetPoetProof.

func (*MockFetcherMockRecorder) GetProposals

func (mr *MockFetcherMockRecorder) GetProposals(arg0, arg1 interface{}) *gomock.Call

GetProposals indicates an expected call of GetProposals.

func (*MockFetcherMockRecorder) GetTxs

func (mr *MockFetcherMockRecorder) GetTxs(arg0, arg1 interface{}) *gomock.Call

GetTxs indicates an expected call of GetTxs.

type MockPoetProofFetcher

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

MockPoetProofFetcher is a mock of PoetProofFetcher interface.

func NewMockPoetProofFetcher

func NewMockPoetProofFetcher(ctrl *gomock.Controller) *MockPoetProofFetcher

NewMockPoetProofFetcher creates a new mock instance.

func (*MockPoetProofFetcher) EXPECT

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

func (*MockPoetProofFetcher) GetPoetProof

func (m *MockPoetProofFetcher) GetPoetProof(arg0 context.Context, arg1 types.Hash32) error

GetPoetProof mocks base method.

type MockPoetProofFetcherMockRecorder

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

MockPoetProofFetcherMockRecorder is the mock recorder for MockPoetProofFetcher.

func (*MockPoetProofFetcherMockRecorder) GetPoetProof

func (mr *MockPoetProofFetcherMockRecorder) GetPoetProof(arg0, arg1 interface{}) *gomock.Call

GetPoetProof indicates an expected call of GetPoetProof.

type MockProposalFetcher

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

MockProposalFetcher is a mock of ProposalFetcher interface.

func NewMockProposalFetcher

func NewMockProposalFetcher(ctrl *gomock.Controller) *MockProposalFetcher

NewMockProposalFetcher creates a new mock instance.

func (*MockProposalFetcher) EXPECT

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

func (*MockProposalFetcher) GetProposals

func (m *MockProposalFetcher) GetProposals(arg0 context.Context, arg1 []types.ProposalID) error

GetProposals mocks base method.

type MockProposalFetcherMockRecorder

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

MockProposalFetcherMockRecorder is the mock recorder for MockProposalFetcher.

func (*MockProposalFetcherMockRecorder) GetProposals

func (mr *MockProposalFetcherMockRecorder) GetProposals(arg0, arg1 interface{}) *gomock.Call

GetProposals indicates an expected call of GetProposals.

type MockSyncStateProvider

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

MockSyncStateProvider is a mock of SyncStateProvider interface.

func NewMockSyncStateProvider

func NewMockSyncStateProvider(ctrl *gomock.Controller) *MockSyncStateProvider

NewMockSyncStateProvider creates a new mock instance.

func (*MockSyncStateProvider) EXPECT

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

func (*MockSyncStateProvider) IsSynced

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

IsSynced mocks base method.

type MockSyncStateProviderMockRecorder

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

MockSyncStateProviderMockRecorder is the mock recorder for MockSyncStateProvider.

func (*MockSyncStateProviderMockRecorder) IsSynced

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

IsSynced indicates an expected call of IsSynced.

type MockTxFetcher

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

MockTxFetcher is a mock of TxFetcher interface.

func NewMockTxFetcher

func NewMockTxFetcher(ctrl *gomock.Controller) *MockTxFetcher

NewMockTxFetcher creates a new mock instance.

func (*MockTxFetcher) EXPECT

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

func (*MockTxFetcher) GetTxs

func (m *MockTxFetcher) GetTxs(arg0 context.Context, arg1 []types.TransactionID) error

GetTxs mocks base method.

type MockTxFetcherMockRecorder

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

MockTxFetcherMockRecorder is the mock recorder for MockTxFetcher.

func (*MockTxFetcherMockRecorder) GetTxs

func (mr *MockTxFetcherMockRecorder) GetTxs(arg0, arg1 interface{}) *gomock.Call

GetTxs indicates an expected call of GetTxs.

Jump to

Keyboard shortcuts

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