mock

package
v0.3.10 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBeaconChainClient added in v0.3.2

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

MockBeaconChainClient is a mock of BeaconChainClient interface

func NewMockBeaconChainClient added in v0.3.2

func NewMockBeaconChainClient(ctrl *gomock.Controller) *MockBeaconChainClient

NewMockBeaconChainClient creates a new mock instance

func (*MockBeaconChainClient) AttestationPool added in v0.3.2

AttestationPool mocks base method

func (*MockBeaconChainClient) EXPECT added in v0.3.2

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

func (*MockBeaconChainClient) GetBeaconConfig added in v0.3.2

func (m *MockBeaconChainClient) GetBeaconConfig(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.BeaconConfig, error)

GetBeaconConfig mocks base method

func (*MockBeaconChainClient) GetChainHead added in v0.3.2

func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ChainHead, error)

GetChainHead mocks base method

func (*MockBeaconChainClient) GetValidator added in v0.3.2

GetValidator mocks base method

func (*MockBeaconChainClient) GetValidatorActiveSetChanges added in v0.3.2

GetValidatorActiveSetChanges mocks base method

func (*MockBeaconChainClient) GetValidatorParticipation added in v0.3.2

GetValidatorParticipation mocks base method

func (*MockBeaconChainClient) GetValidatorPerformance added in v0.3.2

GetValidatorPerformance mocks base method

func (*MockBeaconChainClient) GetValidatorQueue added in v0.3.2

func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorQueue, error)

GetValidatorQueue mocks base method

func (*MockBeaconChainClient) ListAttestations added in v0.3.2

ListAttestations mocks base method

func (*MockBeaconChainClient) ListBeaconCommittees added in v0.3.2

ListBeaconCommittees mocks base method

func (*MockBeaconChainClient) ListBlocks added in v0.3.2

ListBlocks mocks base method

func (*MockBeaconChainClient) ListIndexedAttestations added in v0.3.2

ListIndexedAttestations mocks base method

func (*MockBeaconChainClient) ListValidatorAssignments added in v0.3.2

ListValidatorAssignments mocks base method

func (*MockBeaconChainClient) ListValidatorBalances added in v0.3.2

ListValidatorBalances mocks base method

func (*MockBeaconChainClient) ListValidators added in v0.3.2

ListValidators mocks base method

func (*MockBeaconChainClient) StreamAttestations added in v0.3.2

StreamAttestations mocks base method

func (*MockBeaconChainClient) StreamBlocks added in v0.3.2

StreamBlocks mocks base method

func (*MockBeaconChainClient) StreamChainHead added in v0.3.2

StreamChainHead mocks base method

func (*MockBeaconChainClient) StreamIndexedAttestations added in v0.3.2

StreamIndexedAttestations mocks base method

func (*MockBeaconChainClient) StreamValidatorsInfo added in v0.3.2

StreamValidatorsInfo mocks base method

func (*MockBeaconChainClient) SubmitAttesterSlashing added in v0.3.2

SubmitAttesterSlashing mocks base method

func (*MockBeaconChainClient) SubmitProposerSlashing added in v0.3.2

SubmitProposerSlashing mocks base method

type MockBeaconChainClientMockRecorder added in v0.3.2

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

MockBeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient

func (*MockBeaconChainClientMockRecorder) AttestationPool added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) AttestationPool(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttestationPool indicates an expected call of AttestationPool

func (*MockBeaconChainClientMockRecorder) GetBeaconConfig added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBeaconConfig indicates an expected call of GetBeaconConfig

func (*MockBeaconChainClientMockRecorder) GetChainHead added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetChainHead indicates an expected call of GetChainHead

func (*MockBeaconChainClientMockRecorder) GetValidator added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetValidator indicates an expected call of GetValidator

func (*MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges

func (*MockBeaconChainClientMockRecorder) GetValidatorParticipation added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetValidatorParticipation indicates an expected call of GetValidatorParticipation

func (*MockBeaconChainClientMockRecorder) GetValidatorPerformance added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetValidatorPerformance indicates an expected call of GetValidatorPerformance

func (*MockBeaconChainClientMockRecorder) GetValidatorQueue added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetValidatorQueue indicates an expected call of GetValidatorQueue

func (*MockBeaconChainClientMockRecorder) ListAttestations added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttestations indicates an expected call of ListAttestations

func (*MockBeaconChainClientMockRecorder) ListBeaconCommittees added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBeaconCommittees indicates an expected call of ListBeaconCommittees

func (*MockBeaconChainClientMockRecorder) ListBlocks added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBlocks indicates an expected call of ListBlocks

func (*MockBeaconChainClientMockRecorder) ListIndexedAttestations added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIndexedAttestations indicates an expected call of ListIndexedAttestations

func (*MockBeaconChainClientMockRecorder) ListValidatorAssignments added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListValidatorAssignments indicates an expected call of ListValidatorAssignments

func (*MockBeaconChainClientMockRecorder) ListValidatorBalances added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListValidatorBalances indicates an expected call of ListValidatorBalances

func (*MockBeaconChainClientMockRecorder) ListValidators added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListValidators indicates an expected call of ListValidators

func (*MockBeaconChainClientMockRecorder) StreamAttestations added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StreamAttestations indicates an expected call of StreamAttestations

func (*MockBeaconChainClientMockRecorder) StreamBlocks added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StreamBlocks indicates an expected call of StreamBlocks

func (*MockBeaconChainClientMockRecorder) StreamChainHead added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StreamChainHead indicates an expected call of StreamChainHead

func (*MockBeaconChainClientMockRecorder) StreamIndexedAttestations added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations

func (*MockBeaconChainClientMockRecorder) StreamValidatorsInfo added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}, arg1 ...interface{}) *gomock.Call

StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo

func (*MockBeaconChainClientMockRecorder) SubmitAttesterSlashing added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing

func (*MockBeaconChainClientMockRecorder) SubmitProposerSlashing added in v0.3.2

func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing

type MockBeaconChain_StreamAttestationsClient added in v0.3.2

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

MockBeaconChain_StreamAttestationsClient is a mock of BeaconChain_StreamAttestationsClient interface

func NewMockBeaconChain_StreamAttestationsClient added in v0.3.2

func NewMockBeaconChain_StreamAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsClient

NewMockBeaconChain_StreamAttestationsClient creates a new mock instance

func (*MockBeaconChain_StreamAttestationsClient) CloseSend added in v0.3.2

CloseSend mocks base method

func (*MockBeaconChain_StreamAttestationsClient) Context added in v0.3.2

Context mocks base method

func (*MockBeaconChain_StreamAttestationsClient) EXPECT added in v0.3.2

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

func (*MockBeaconChain_StreamAttestationsClient) Header added in v0.3.2

Header mocks base method

func (*MockBeaconChain_StreamAttestationsClient) Recv added in v0.3.2

Recv mocks base method

func (*MockBeaconChain_StreamAttestationsClient) RecvMsg added in v0.3.2

func (m *MockBeaconChain_StreamAttestationsClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamAttestationsClient) SendMsg added in v0.3.2

func (m *MockBeaconChain_StreamAttestationsClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamAttestationsClient) Trailer added in v0.3.2

Trailer mocks base method

type MockBeaconChain_StreamAttestationsClientMockRecorder added in v0.3.2

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

MockBeaconChain_StreamAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsClient

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend added in v0.3.2

CloseSend indicates an expected call of CloseSend

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Context added in v0.3.2

Context indicates an expected call of Context

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Header added in v0.3.2

Header indicates an expected call of Header

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Recv added in v0.3.2

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg added in v0.3.2

func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg added in v0.3.2

func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer added in v0.3.2

Trailer indicates an expected call of Trailer

type MockBeaconChain_StreamBlocksClient added in v0.3.2

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

MockBeaconChain_StreamBlocksClient is a mock of BeaconChain_StreamBlocksClient interface

func NewMockBeaconChain_StreamBlocksClient added in v0.3.2

func NewMockBeaconChain_StreamBlocksClient(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksClient

NewMockBeaconChain_StreamBlocksClient creates a new mock instance

func (*MockBeaconChain_StreamBlocksClient) CloseSend added in v0.3.2

CloseSend mocks base method

func (*MockBeaconChain_StreamBlocksClient) Context added in v0.3.2

Context mocks base method

func (*MockBeaconChain_StreamBlocksClient) EXPECT added in v0.3.2

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

func (*MockBeaconChain_StreamBlocksClient) Header added in v0.3.2

Header mocks base method

func (*MockBeaconChain_StreamBlocksClient) Recv added in v0.3.2

Recv mocks base method

func (*MockBeaconChain_StreamBlocksClient) RecvMsg added in v0.3.2

func (m *MockBeaconChain_StreamBlocksClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamBlocksClient) SendMsg added in v0.3.2

func (m *MockBeaconChain_StreamBlocksClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamBlocksClient) Trailer added in v0.3.2

Trailer mocks base method

type MockBeaconChain_StreamBlocksClientMockRecorder added in v0.3.2

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

MockBeaconChain_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksClient

func (*MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend added in v0.3.2

CloseSend indicates an expected call of CloseSend

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Context added in v0.3.2

Context indicates an expected call of Context

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Header added in v0.3.2

Header indicates an expected call of Header

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Recv added in v0.3.2

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg added in v0.3.2

func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg added in v0.3.2

func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Trailer added in v0.3.2

Trailer indicates an expected call of Trailer

type MockBeaconChain_StreamChainHeadClient added in v0.3.2

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

MockBeaconChain_StreamChainHeadClient is a mock of BeaconChain_StreamChainHeadClient interface

func NewMockBeaconChain_StreamChainHeadClient added in v0.3.2

func NewMockBeaconChain_StreamChainHeadClient(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadClient

NewMockBeaconChain_StreamChainHeadClient creates a new mock instance

func (*MockBeaconChain_StreamChainHeadClient) CloseSend added in v0.3.2

CloseSend mocks base method

func (*MockBeaconChain_StreamChainHeadClient) Context added in v0.3.2

Context mocks base method

func (*MockBeaconChain_StreamChainHeadClient) EXPECT added in v0.3.2

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

func (*MockBeaconChain_StreamChainHeadClient) Header added in v0.3.2

Header mocks base method

func (*MockBeaconChain_StreamChainHeadClient) Recv added in v0.3.2

Recv mocks base method

func (*MockBeaconChain_StreamChainHeadClient) RecvMsg added in v0.3.2

func (m *MockBeaconChain_StreamChainHeadClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamChainHeadClient) SendMsg added in v0.3.2

func (m *MockBeaconChain_StreamChainHeadClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamChainHeadClient) Trailer added in v0.3.2

Trailer mocks base method

type MockBeaconChain_StreamChainHeadClientMockRecorder added in v0.3.2

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

MockBeaconChain_StreamChainHeadClientMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadClient

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend added in v0.3.2

CloseSend indicates an expected call of CloseSend

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Context added in v0.3.2

Context indicates an expected call of Context

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Header added in v0.3.2

Header indicates an expected call of Header

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Recv added in v0.3.2

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg added in v0.3.2

func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg added in v0.3.2

func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer added in v0.3.2

Trailer indicates an expected call of Trailer

type MockBeaconChain_StreamIndexedAttestationsClient added in v0.3.2

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

MockBeaconChain_StreamIndexedAttestationsClient is a mock of BeaconChain_StreamIndexedAttestationsClient interface

func NewMockBeaconChain_StreamIndexedAttestationsClient added in v0.3.2

func NewMockBeaconChain_StreamIndexedAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsClient

NewMockBeaconChain_StreamIndexedAttestationsClient creates a new mock instance

func (*MockBeaconChain_StreamIndexedAttestationsClient) CloseSend added in v0.3.2

CloseSend mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsClient) Context added in v0.3.2

Context mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsClient) EXPECT added in v0.3.2

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

func (*MockBeaconChain_StreamIndexedAttestationsClient) Header added in v0.3.2

Header mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsClient) Recv added in v0.3.2

Recv mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg added in v0.3.2

func (m *MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsClient) SendMsg added in v0.3.2

func (m *MockBeaconChain_StreamIndexedAttestationsClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsClient) Trailer added in v0.3.2

Trailer mocks base method

type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder added in v0.3.2

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

MockBeaconChain_StreamIndexedAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsClient

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend added in v0.3.2

CloseSend indicates an expected call of CloseSend

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context added in v0.3.2

Context indicates an expected call of Context

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header added in v0.3.2

Header indicates an expected call of Header

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv added in v0.3.2

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg added in v0.3.2

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg added in v0.3.2

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer added in v0.3.2

Trailer indicates an expected call of Trailer

type MockBeaconChain_StreamValidatorsInfoClient added in v0.3.2

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

MockBeaconChain_StreamValidatorsInfoClient is a mock of BeaconChain_StreamValidatorsInfoClient interface

func NewMockBeaconChain_StreamValidatorsInfoClient added in v0.3.2

func NewMockBeaconChain_StreamValidatorsInfoClient(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoClient

NewMockBeaconChain_StreamValidatorsInfoClient creates a new mock instance

func (*MockBeaconChain_StreamValidatorsInfoClient) CloseSend added in v0.3.2

CloseSend mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) Context added in v0.3.2

Context mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) EXPECT added in v0.3.2

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

func (*MockBeaconChain_StreamValidatorsInfoClient) Header added in v0.3.2

Header mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) Recv added in v0.3.2

Recv mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) RecvMsg added in v0.3.2

func (m *MockBeaconChain_StreamValidatorsInfoClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) Send added in v0.3.2

Send mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) SendMsg added in v0.3.2

func (m *MockBeaconChain_StreamValidatorsInfoClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockBeaconChain_StreamValidatorsInfoClient) Trailer added in v0.3.2

Trailer mocks base method

type MockBeaconChain_StreamValidatorsInfoClientMockRecorder added in v0.3.2

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

MockBeaconChain_StreamValidatorsInfoClientMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoClient

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend added in v0.3.2

CloseSend indicates an expected call of CloseSend

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context added in v0.3.2

Context indicates an expected call of Context

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header added in v0.3.2

Header indicates an expected call of Header

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv added in v0.3.2

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg added in v0.3.2

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send added in v0.3.2

Send indicates an expected call of Send

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg added in v0.3.2

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer added in v0.3.2

Trailer indicates an expected call of Trailer

type MockNodeClient added in v0.3.2

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

MockNodeClient is a mock of NodeClient interface

func NewMockNodeClient added in v0.3.2

func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient

NewMockNodeClient creates a new mock instance

func (*MockNodeClient) EXPECT added in v0.3.2

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

func (*MockNodeClient) GetGenesis added in v0.3.2

func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Genesis, error)

GetGenesis mocks base method

func (*MockNodeClient) GetSyncStatus added in v0.3.2

func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.SyncStatus, error)

GetSyncStatus mocks base method

func (*MockNodeClient) GetVersion added in v0.3.2

func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Version, error)

GetVersion mocks base method

func (*MockNodeClient) ListImplementedServices added in v0.3.2

func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ImplementedServices, error)

ListImplementedServices mocks base method

func (*MockNodeClient) ListPeers added in v0.3.2

func (m *MockNodeClient) ListPeers(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Peers, error)

ListPeers mocks base method

type MockNodeClientMockRecorder added in v0.3.2

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

MockNodeClientMockRecorder is the mock recorder for MockNodeClient

func (*MockNodeClientMockRecorder) GetGenesis added in v0.3.2

func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGenesis indicates an expected call of GetGenesis

func (*MockNodeClientMockRecorder) GetSyncStatus added in v0.3.2

func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSyncStatus indicates an expected call of GetSyncStatus

func (*MockNodeClientMockRecorder) GetVersion added in v0.3.2

func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVersion indicates an expected call of GetVersion

func (*MockNodeClientMockRecorder) ListImplementedServices added in v0.3.2

func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListImplementedServices indicates an expected call of ListImplementedServices

func (*MockNodeClientMockRecorder) ListPeers added in v0.3.2

func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPeers indicates an expected call of ListPeers

Jump to

Keyboard shortcuts

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