mock

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

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 *emptypb.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 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ChainHead, error)

GetChainHead mocks base method

func (*MockBeaconChainClient) GetIndividualVotes added in v1.0.0

GetIndividualVotes 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 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorQueue, error)

GetValidatorQueue mocks base method

func (*MockBeaconChainClient) GetWeakSubjectivityCheckpoint added in v1.0.0

func (m *MockBeaconChainClient) GetWeakSubjectivityCheckpoint(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1alpha1.WeakSubjectivityCheckpoint, error)

GetWeakSubjectivityCheckpoint 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) GetIndividualVotes added in v1.0.0

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

GetIndividualVotes indicates an expected call of GetIndividualVotes

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) GetWeakSubjectivityCheckpoint added in v1.0.0

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

GetWeakSubjectivityCheckpoint indicates an expected call of GetWeakSubjectivityCheckpoint

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_StreamAttestationsServer added in v1.0.0

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

MockBeaconChain_StreamAttestationsServer is a mock of BeaconChain_StreamAttestationsServer interface

func NewMockBeaconChain_StreamAttestationsServer added in v1.0.0

func NewMockBeaconChain_StreamAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsServer

NewMockBeaconChain_StreamAttestationsServer creates a new mock instance

func (*MockBeaconChain_StreamAttestationsServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconChain_StreamAttestationsServer) EXPECT added in v1.0.0

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

func (*MockBeaconChain_StreamAttestationsServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconChain_StreamAttestationsServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconChain_StreamAttestationsServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconChain_StreamAttestationsServerMockRecorder added in v1.0.0

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

MockBeaconChain_StreamAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsServer

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg added in v1.0.0

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

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader added in v1.0.0

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg added in v1.0.0

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

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader added in v1.0.0

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer added in v1.0.0

func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

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_StreamBlocksServer added in v1.0.0

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

MockBeaconChain_StreamBlocksServer is a mock of BeaconChain_StreamBlocksServer interface

func NewMockBeaconChain_StreamBlocksServer added in v1.0.0

func NewMockBeaconChain_StreamBlocksServer(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksServer

NewMockBeaconChain_StreamBlocksServer creates a new mock instance

func (*MockBeaconChain_StreamBlocksServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconChain_StreamBlocksServer) EXPECT added in v1.0.0

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

func (*MockBeaconChain_StreamBlocksServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconChain_StreamBlocksServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconChain_StreamBlocksServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconChain_StreamBlocksServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconChain_StreamBlocksServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconChain_StreamBlocksServer) SetTrailer added in v1.0.0

func (m *MockBeaconChain_StreamBlocksServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method

type MockBeaconChain_StreamBlocksServerMockRecorder added in v1.0.0

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

MockBeaconChain_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksServer

func (*MockBeaconChain_StreamBlocksServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg added in v1.0.0

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

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamBlocksServerMockRecorder) Send added in v1.0.0

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader added in v1.0.0

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg added in v1.0.0

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

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader added in v1.0.0

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer added in v1.0.0

func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

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_StreamChainHeadServer added in v1.0.0

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

MockBeaconChain_StreamChainHeadServer is a mock of BeaconChain_StreamChainHeadServer interface

func NewMockBeaconChain_StreamChainHeadServer added in v1.0.0

func NewMockBeaconChain_StreamChainHeadServer(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadServer

NewMockBeaconChain_StreamChainHeadServer creates a new mock instance

func (*MockBeaconChain_StreamChainHeadServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconChain_StreamChainHeadServer) EXPECT added in v1.0.0

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

func (*MockBeaconChain_StreamChainHeadServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconChain_StreamChainHeadServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconChain_StreamChainHeadServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconChain_StreamChainHeadServerMockRecorder added in v1.0.0

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

MockBeaconChain_StreamChainHeadServerMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadServer

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg added in v1.0.0

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

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader added in v1.0.0

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg added in v1.0.0

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

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader added in v1.0.0

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer added in v1.0.0

func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

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_StreamIndexedAttestationsServer added in v1.0.0

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

MockBeaconChain_StreamIndexedAttestationsServer is a mock of BeaconChain_StreamIndexedAttestationsServer interface

func NewMockBeaconChain_StreamIndexedAttestationsServer added in v1.0.0

func NewMockBeaconChain_StreamIndexedAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsServer

NewMockBeaconChain_StreamIndexedAttestationsServer creates a new mock instance

func (*MockBeaconChain_StreamIndexedAttestationsServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) EXPECT added in v1.0.0

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

func (*MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconChain_StreamIndexedAttestationsServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconChain_StreamIndexedAttestationsServerMockRecorder added in v1.0.0

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

MockBeaconChain_StreamIndexedAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsServer

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader added in v1.0.0

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader added in v1.0.0

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer added in v1.0.0

SetTrailer indicates an expected call of SetTrailer

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 MockBeaconChain_StreamValidatorsInfoServer added in v1.0.0

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

MockBeaconChain_StreamValidatorsInfoServer is a mock of BeaconChain_StreamValidatorsInfoServer interface

func NewMockBeaconChain_StreamValidatorsInfoServer added in v1.0.0

func NewMockBeaconChain_StreamValidatorsInfoServer(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoServer

NewMockBeaconChain_StreamValidatorsInfoServer creates a new mock instance

func (*MockBeaconChain_StreamValidatorsInfoServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) EXPECT added in v1.0.0

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

func (*MockBeaconChain_StreamValidatorsInfoServer) Recv added in v1.0.0

Recv mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconChain_StreamValidatorsInfoServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconChain_StreamValidatorsInfoServerMockRecorder added in v1.0.0

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

MockBeaconChain_StreamValidatorsInfoServerMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoServer

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Recv added in v1.0.0

Recv indicates an expected call of Recv

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader added in v1.0.0

func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader added in v1.0.0

func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer added in v1.0.0

func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockBeaconNodeValidatorClient added in v1.0.0

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

MockBeaconNodeValidatorClient is a mock of BeaconNodeValidatorClient interface

func NewMockBeaconNodeValidatorClient added in v1.0.0

func NewMockBeaconNodeValidatorClient(ctrl *gomock.Controller) *MockBeaconNodeValidatorClient

NewMockBeaconNodeValidatorClient creates a new mock instance

func (*MockBeaconNodeValidatorClient) CheckDoppelGanger added in v1.4.1

CheckDoppelGanger mocks base method

func (*MockBeaconNodeValidatorClient) DomainData added in v1.0.0

DomainData mocks base method

func (*MockBeaconNodeValidatorClient) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidatorClient) GetAttestationData added in v1.0.0

GetAttestationData mocks base method

func (*MockBeaconNodeValidatorClient) GetBlock added in v1.0.0

GetBlock mocks base method

func (*MockBeaconNodeValidatorClient) GetDuties added in v1.0.0

GetDuties mocks base method

func (*MockBeaconNodeValidatorClient) MultipleValidatorStatus added in v1.0.0

MultipleValidatorStatus mocks base method

func (*MockBeaconNodeValidatorClient) ProposeAttestation added in v1.0.0

ProposeAttestation mocks base method

func (*MockBeaconNodeValidatorClient) ProposeBlock added in v1.0.0

ProposeBlock mocks base method

func (*MockBeaconNodeValidatorClient) ProposeExit added in v1.0.0

ProposeExit mocks base method

func (*MockBeaconNodeValidatorClient) StreamDuties added in v1.0.0

StreamDuties mocks base method

func (*MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof added in v1.0.0

SubmitAggregateSelectionProof mocks base method

func (*MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof added in v1.0.0

SubmitSignedAggregateSelectionProof mocks base method

func (*MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets added in v1.0.0

SubscribeCommitteeSubnets mocks base method

func (*MockBeaconNodeValidatorClient) ValidatorIndex added in v1.0.0

ValidatorIndex mocks base method

func (*MockBeaconNodeValidatorClient) ValidatorStatus added in v1.0.0

ValidatorStatus mocks base method

func (*MockBeaconNodeValidatorClient) WaitForActivation added in v1.0.0

WaitForActivation mocks base method

func (*MockBeaconNodeValidatorClient) WaitForChainStart added in v1.0.0

WaitForChainStart mocks base method

type MockBeaconNodeValidatorClientMockRecorder added in v1.0.0

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

MockBeaconNodeValidatorClientMockRecorder is the mock recorder for MockBeaconNodeValidatorClient

func (*MockBeaconNodeValidatorClientMockRecorder) CheckDoppelGanger added in v1.4.1

func (mr *MockBeaconNodeValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CheckDoppelGanger indicates an expected call of CheckDoppelGanger

func (*MockBeaconNodeValidatorClientMockRecorder) DomainData added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) DomainData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DomainData indicates an expected call of DomainData

func (*MockBeaconNodeValidatorClientMockRecorder) GetAttestationData added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) GetAttestationData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAttestationData indicates an expected call of GetAttestationData

func (*MockBeaconNodeValidatorClientMockRecorder) GetBlock added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) GetBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBlock indicates an expected call of GetBlock

func (*MockBeaconNodeValidatorClientMockRecorder) GetDuties added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) GetDuties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDuties indicates an expected call of GetDuties

func (*MockBeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus

func (*MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProposeAttestation indicates an expected call of ProposeAttestation

func (*MockBeaconNodeValidatorClientMockRecorder) ProposeBlock added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProposeBlock indicates an expected call of ProposeBlock

func (*MockBeaconNodeValidatorClientMockRecorder) ProposeExit added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeExit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProposeExit indicates an expected call of ProposeExit

func (*MockBeaconNodeValidatorClientMockRecorder) StreamDuties added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamDuties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StreamDuties indicates an expected call of StreamDuties

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof

func (*MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets

func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValidatorIndex indicates an expected call of ValidatorIndex

func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValidatorStatus indicates an expected call of ValidatorStatus

func (*MockBeaconNodeValidatorClientMockRecorder) WaitForActivation added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForActivation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitForActivation indicates an expected call of WaitForActivation

func (*MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart added in v1.0.0

func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitForChainStart indicates an expected call of WaitForChainStart

type MockBeaconNodeValidatorServer added in v1.0.0

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

MockBeaconNodeValidatorServer is a mock of BeaconNodeValidatorServer interface

func NewMockBeaconNodeValidatorServer added in v1.0.0

func NewMockBeaconNodeValidatorServer(ctrl *gomock.Controller) *MockBeaconNodeValidatorServer

NewMockBeaconNodeValidatorServer creates a new mock instance

func (*MockBeaconNodeValidatorServer) CheckDoppelGanger added in v1.4.1

CheckDoppelGanger mocks base method

func (*MockBeaconNodeValidatorServer) DomainData added in v1.0.0

DomainData mocks base method

func (*MockBeaconNodeValidatorServer) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidatorServer) GetAttestationData added in v1.0.0

GetAttestationData mocks base method

func (*MockBeaconNodeValidatorServer) GetBlock added in v1.0.0

GetBlock mocks base method

func (*MockBeaconNodeValidatorServer) GetDuties added in v1.0.0

GetDuties mocks base method

func (*MockBeaconNodeValidatorServer) MultipleValidatorStatus added in v1.0.0

MultipleValidatorStatus mocks base method

func (*MockBeaconNodeValidatorServer) ProposeAttestation added in v1.0.0

ProposeAttestation mocks base method

func (*MockBeaconNodeValidatorServer) ProposeBlock added in v1.0.0

ProposeBlock mocks base method

func (*MockBeaconNodeValidatorServer) ProposeExit added in v1.0.0

ProposeExit mocks base method

func (*MockBeaconNodeValidatorServer) StreamDuties added in v1.0.0

StreamDuties mocks base method

func (*MockBeaconNodeValidatorServer) SubmitAggregateSelectionProof added in v1.0.0

SubmitAggregateSelectionProof mocks base method

func (*MockBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof added in v1.0.0

SubmitSignedAggregateSelectionProof mocks base method

func (*MockBeaconNodeValidatorServer) SubscribeCommitteeSubnets added in v1.0.0

SubscribeCommitteeSubnets mocks base method

func (*MockBeaconNodeValidatorServer) ValidatorIndex added in v1.0.0

ValidatorIndex mocks base method

func (*MockBeaconNodeValidatorServer) ValidatorStatus added in v1.0.0

ValidatorStatus mocks base method

func (*MockBeaconNodeValidatorServer) WaitForActivation added in v1.0.0

WaitForActivation mocks base method

func (*MockBeaconNodeValidatorServer) WaitForChainStart added in v1.0.0

WaitForChainStart mocks base method

type MockBeaconNodeValidatorServerMockRecorder added in v1.0.0

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

MockBeaconNodeValidatorServerMockRecorder is the mock recorder for MockBeaconNodeValidatorServer

func (*MockBeaconNodeValidatorServerMockRecorder) CheckDoppelGanger added in v1.4.1

func (mr *MockBeaconNodeValidatorServerMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}) *gomock.Call

CheckDoppelGanger indicates an expected call of CheckDoppelGanger

func (*MockBeaconNodeValidatorServerMockRecorder) DomainData added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call

DomainData indicates an expected call of DomainData

func (*MockBeaconNodeValidatorServerMockRecorder) GetAttestationData added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call

GetAttestationData indicates an expected call of GetAttestationData

func (*MockBeaconNodeValidatorServerMockRecorder) GetBlock added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) GetBlock(arg0, arg1 interface{}) *gomock.Call

GetBlock indicates an expected call of GetBlock

func (*MockBeaconNodeValidatorServerMockRecorder) GetDuties added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call

GetDuties indicates an expected call of GetDuties

func (*MockBeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}) *gomock.Call

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus

func (*MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call

ProposeAttestation indicates an expected call of ProposeAttestation

func (*MockBeaconNodeValidatorServerMockRecorder) ProposeBlock added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeBlock(arg0, arg1 interface{}) *gomock.Call

ProposeBlock indicates an expected call of ProposeBlock

func (*MockBeaconNodeValidatorServerMockRecorder) ProposeExit added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call

ProposeExit indicates an expected call of ProposeExit

func (*MockBeaconNodeValidatorServerMockRecorder) StreamDuties added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamDuties(arg0, arg1 interface{}) *gomock.Call

StreamDuties indicates an expected call of StreamDuties

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof

func (*MockBeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}) *gomock.Call

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets

func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call

ValidatorIndex indicates an expected call of ValidatorIndex

func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call

ValidatorStatus indicates an expected call of ValidatorStatus

func (*MockBeaconNodeValidatorServerMockRecorder) WaitForActivation added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call

WaitForActivation indicates an expected call of WaitForActivation

func (*MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart added in v1.0.0

func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call

WaitForChainStart indicates an expected call of WaitForChainStart

type MockBeaconNodeValidator_StreamDutiesClient added in v1.0.0

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

MockBeaconNodeValidator_StreamDutiesClient is a mock of BeaconNodeValidator_StreamDutiesClient interface

func NewMockBeaconNodeValidator_StreamDutiesClient added in v1.0.0

func NewMockBeaconNodeValidator_StreamDutiesClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamDutiesClient

NewMockBeaconNodeValidator_StreamDutiesClient creates a new mock instance

func (*MockBeaconNodeValidator_StreamDutiesClient) CloseSend added in v1.0.0

CloseSend mocks base method

func (*MockBeaconNodeValidator_StreamDutiesClient) Context added in v1.0.0

Context mocks base method

func (*MockBeaconNodeValidator_StreamDutiesClient) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidator_StreamDutiesClient) Header added in v1.0.0

Header mocks base method

func (*MockBeaconNodeValidator_StreamDutiesClient) Recv added in v1.0.0

Recv mocks base method

func (*MockBeaconNodeValidator_StreamDutiesClient) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconNodeValidator_StreamDutiesClient) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconNodeValidator_StreamDutiesClient) Trailer added in v1.0.0

Trailer mocks base method

type MockBeaconNodeValidator_StreamDutiesClientMockRecorder added in v1.0.0

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

MockBeaconNodeValidator_StreamDutiesClientMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesClient

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) CloseSend added in v1.0.0

CloseSend indicates an expected call of CloseSend

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Header added in v1.0.0

Header indicates an expected call of Header

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Recv added in v1.0.0

Recv indicates an expected call of Recv

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Trailer added in v1.0.0

Trailer indicates an expected call of Trailer

type MockBeaconNodeValidator_StreamDutiesServer added in v1.0.0

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

MockBeaconNodeValidator_StreamDutiesServer is a mock of BeaconNodeValidator_StreamDutiesServer interface

func NewMockBeaconNodeValidator_StreamDutiesServer added in v1.0.0

func NewMockBeaconNodeValidator_StreamDutiesServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamDutiesServer

NewMockBeaconNodeValidator_StreamDutiesServer creates a new mock instance

func (*MockBeaconNodeValidator_StreamDutiesServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconNodeValidator_StreamDutiesServer) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidator_StreamDutiesServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconNodeValidator_StreamDutiesServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconNodeValidator_StreamDutiesServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconNodeValidator_StreamDutiesServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconNodeValidator_StreamDutiesServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconNodeValidator_StreamDutiesServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconNodeValidator_StreamDutiesServerMockRecorder added in v1.0.0

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

MockBeaconNodeValidator_StreamDutiesServerMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesServer

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader added in v1.0.0

func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader added in v1.0.0

func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer added in v1.0.0

func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer

type MockBeaconNodeValidator_WaitForActivationClient added in v1.0.0

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

MockBeaconNodeValidator_WaitForActivationClient is a mock of BeaconNodeValidator_WaitForActivationClient interface

func NewMockBeaconNodeValidator_WaitForActivationClient added in v1.0.0

func NewMockBeaconNodeValidator_WaitForActivationClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationClient

NewMockBeaconNodeValidator_WaitForActivationClient creates a new mock instance

func (*MockBeaconNodeValidator_WaitForActivationClient) CloseSend added in v1.0.0

CloseSend mocks base method

func (*MockBeaconNodeValidator_WaitForActivationClient) Context added in v1.0.0

Context mocks base method

func (*MockBeaconNodeValidator_WaitForActivationClient) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidator_WaitForActivationClient) Header added in v1.0.0

Header mocks base method

func (*MockBeaconNodeValidator_WaitForActivationClient) Recv added in v1.0.0

Recv mocks base method

func (*MockBeaconNodeValidator_WaitForActivationClient) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconNodeValidator_WaitForActivationClient) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconNodeValidator_WaitForActivationClient) Trailer added in v1.0.0

Trailer mocks base method

type MockBeaconNodeValidator_WaitForActivationClientMockRecorder added in v1.0.0

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

MockBeaconNodeValidator_WaitForActivationClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationClient

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend added in v1.0.0

CloseSend indicates an expected call of CloseSend

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header added in v1.0.0

Header indicates an expected call of Header

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv added in v1.0.0

Recv indicates an expected call of Recv

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer added in v1.0.0

Trailer indicates an expected call of Trailer

type MockBeaconNodeValidator_WaitForActivationServer added in v1.0.0

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

MockBeaconNodeValidator_WaitForActivationServer is a mock of BeaconNodeValidator_WaitForActivationServer interface

func NewMockBeaconNodeValidator_WaitForActivationServer added in v1.0.0

func NewMockBeaconNodeValidator_WaitForActivationServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationServer

NewMockBeaconNodeValidator_WaitForActivationServer creates a new mock instance

func (*MockBeaconNodeValidator_WaitForActivationServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidator_WaitForActivationServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconNodeValidator_WaitForActivationServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconNodeValidator_WaitForActivationServerMockRecorder added in v1.0.0

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

MockBeaconNodeValidator_WaitForActivationServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationServer

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader added in v1.0.0

SendHeader indicates an expected call of SendHeader

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader added in v1.0.0

SetHeader indicates an expected call of SetHeader

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer added in v1.0.0

SetTrailer indicates an expected call of SetTrailer

type MockBeaconNodeValidator_WaitForChainStartClient added in v1.0.0

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

MockBeaconNodeValidator_WaitForChainStartClient is a mock of BeaconNodeValidator_WaitForChainStartClient interface

func NewMockBeaconNodeValidator_WaitForChainStartClient added in v1.0.0

func NewMockBeaconNodeValidator_WaitForChainStartClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartClient

NewMockBeaconNodeValidator_WaitForChainStartClient creates a new mock instance

func (*MockBeaconNodeValidator_WaitForChainStartClient) CloseSend added in v1.0.0

CloseSend mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartClient) Context added in v1.0.0

Context mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartClient) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidator_WaitForChainStartClient) Header added in v1.0.0

Header mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartClient) Recv added in v1.0.0

Recv mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartClient) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartClient) Trailer added in v1.0.0

Trailer mocks base method

type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder added in v1.0.0

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

MockBeaconNodeValidator_WaitForChainStartClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartClient

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend added in v1.0.0

CloseSend indicates an expected call of CloseSend

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header added in v1.0.0

Header indicates an expected call of Header

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv added in v1.0.0

Recv indicates an expected call of Recv

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer added in v1.0.0

Trailer indicates an expected call of Trailer

type MockBeaconNodeValidator_WaitForChainStartServer added in v1.0.0

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

MockBeaconNodeValidator_WaitForChainStartServer is a mock of BeaconNodeValidator_WaitForChainStartServer interface

func NewMockBeaconNodeValidator_WaitForChainStartServer added in v1.0.0

func NewMockBeaconNodeValidator_WaitForChainStartServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartServer

NewMockBeaconNodeValidator_WaitForChainStartServer creates a new mock instance

func (*MockBeaconNodeValidator_WaitForChainStartServer) Context added in v1.0.0

Context mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) EXPECT added in v1.0.0

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

func (*MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg added in v1.0.0

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

RecvMsg mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) Send added in v1.0.0

Send mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SendHeader added in v1.0.0

SendHeader mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SendMsg added in v1.0.0

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

SendMsg mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SetHeader added in v1.0.0

SetHeader mocks base method

func (*MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer added in v1.0.0

SetTrailer mocks base method

type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder added in v1.0.0

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

MockBeaconNodeValidator_WaitForChainStartServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartServer

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context added in v1.0.0

Context indicates an expected call of Context

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg added in v1.0.0

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send added in v1.0.0

Send indicates an expected call of Send

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader added in v1.0.0

SendHeader indicates an expected call of SendHeader

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg added in v1.0.0

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader added in v1.0.0

SetHeader indicates an expected call of SetHeader

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer added in v1.0.0

SetTrailer indicates an expected call of SetTrailer

type MockEventsClient added in v1.4.1

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

MockEventsClient is a mock of EventsClient interface.

func NewMockEventsClient added in v1.4.1

func NewMockEventsClient(ctrl *gomock.Controller) *MockEventsClient

NewMockEventsClient creates a new mock instance.

func (*MockEventsClient) EXPECT added in v1.4.1

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

func (*MockEventsClient) StreamEvents added in v1.4.1

StreamEvents mocks base method.

type MockEventsClientMockRecorder added in v1.4.1

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

MockEventsClientMockRecorder is the mock recorder for MockEventsClient.

func (*MockEventsClientMockRecorder) StreamEvents added in v1.4.1

func (mr *MockEventsClientMockRecorder) StreamEvents(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StreamEvents indicates an expected call of StreamEvents.

type MockEvents_StreamEventsClient added in v1.4.1

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

MockEvents_StreamEventsClient is a mock of Events_StreamEventsClient interface.

func NewMockEvents_StreamEventsClient added in v1.4.1

func NewMockEvents_StreamEventsClient(ctrl *gomock.Controller) *MockEvents_StreamEventsClient

NewMockEvents_StreamEventsClient creates a new mock instance.

func (*MockEvents_StreamEventsClient) CloseSend added in v1.4.1

func (m *MockEvents_StreamEventsClient) CloseSend() error

CloseSend mocks base method.

func (*MockEvents_StreamEventsClient) Context added in v1.4.1

Context mocks base method.

func (*MockEvents_StreamEventsClient) EXPECT added in v1.4.1

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

func (*MockEvents_StreamEventsClient) Header added in v1.4.1

Header mocks base method.

func (*MockEvents_StreamEventsClient) Recv added in v1.4.1

Recv mocks base method.

func (*MockEvents_StreamEventsClient) RecvMsg added in v1.4.1

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

RecvMsg mocks base method.

func (*MockEvents_StreamEventsClient) SendMsg added in v1.4.1

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

SendMsg mocks base method.

func (*MockEvents_StreamEventsClient) Trailer added in v1.4.1

Trailer mocks base method.

type MockEvents_StreamEventsClientMockRecorder added in v1.4.1

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

MockEvents_StreamEventsClientMockRecorder is the mock recorder for MockEvents_StreamEventsClient.

func (*MockEvents_StreamEventsClientMockRecorder) CloseSend added in v1.4.1

CloseSend indicates an expected call of CloseSend.

func (*MockEvents_StreamEventsClientMockRecorder) Context added in v1.4.1

Context indicates an expected call of Context.

func (*MockEvents_StreamEventsClientMockRecorder) Header added in v1.4.1

Header indicates an expected call of Header.

func (*MockEvents_StreamEventsClientMockRecorder) Recv added in v1.4.1

Recv indicates an expected call of Recv.

func (*MockEvents_StreamEventsClientMockRecorder) RecvMsg added in v1.4.1

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockEvents_StreamEventsClientMockRecorder) SendMsg added in v1.4.1

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

SendMsg indicates an expected call of SendMsg.

func (*MockEvents_StreamEventsClientMockRecorder) Trailer added in v1.4.1

Trailer indicates an expected call of Trailer.

type MockEvents_StreamEventsServer added in v1.4.1

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

MockEvents_StreamEventsServer is a mock of Events_StreamEventsServer interface.

func NewMockEvents_StreamEventsServer added in v1.4.1

func NewMockEvents_StreamEventsServer(ctrl *gomock.Controller) *MockEvents_StreamEventsServer

NewMockEvents_StreamEventsServer creates a new mock instance.

func (*MockEvents_StreamEventsServer) Context added in v1.4.1

Context mocks base method.

func (*MockEvents_StreamEventsServer) EXPECT added in v1.4.1

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

func (*MockEvents_StreamEventsServer) RecvMsg added in v1.4.1

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

RecvMsg mocks base method.

func (*MockEvents_StreamEventsServer) Send added in v1.4.1

Send mocks base method.

func (*MockEvents_StreamEventsServer) SendHeader added in v1.4.1

func (m *MockEvents_StreamEventsServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockEvents_StreamEventsServer) SendMsg added in v1.4.1

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

SendMsg mocks base method.

func (*MockEvents_StreamEventsServer) SetHeader added in v1.4.1

func (m *MockEvents_StreamEventsServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockEvents_StreamEventsServer) SetTrailer added in v1.4.1

func (m *MockEvents_StreamEventsServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockEvents_StreamEventsServerMockRecorder added in v1.4.1

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

MockEvents_StreamEventsServerMockRecorder is the mock recorder for MockEvents_StreamEventsServer.

func (*MockEvents_StreamEventsServerMockRecorder) Context added in v1.4.1

Context indicates an expected call of Context.

func (*MockEvents_StreamEventsServerMockRecorder) RecvMsg added in v1.4.1

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockEvents_StreamEventsServerMockRecorder) Send added in v1.4.1

func (mr *MockEvents_StreamEventsServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockEvents_StreamEventsServerMockRecorder) SendHeader added in v1.4.1

func (mr *MockEvents_StreamEventsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockEvents_StreamEventsServerMockRecorder) SendMsg added in v1.4.1

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

SendMsg indicates an expected call of SendMsg.

func (*MockEvents_StreamEventsServerMockRecorder) SetHeader added in v1.4.1

func (mr *MockEvents_StreamEventsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockEvents_StreamEventsServerMockRecorder) SetTrailer added in v1.4.1

func (mr *MockEvents_StreamEventsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

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 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Genesis, error)

GetGenesis mocks base method

func (*MockNodeClient) GetHost added in v1.0.0

func (m *MockNodeClient) GetHost(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1alpha1.HostData, error)

GetHost mocks base method

func (*MockNodeClient) GetPeer added in v1.0.0

func (m *MockNodeClient) GetPeer(arg0 context.Context, arg1 *v1alpha1.PeerRequest, arg2 ...grpc.CallOption) (*v1alpha1.Peer, error)

GetPeer mocks base method

func (*MockNodeClient) GetSyncStatus added in v0.3.2

func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.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 *emptypb.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 *emptypb.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 *emptypb.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) GetHost added in v1.0.0

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

GetHost indicates an expected call of GetHost

func (*MockNodeClientMockRecorder) GetPeer added in v1.0.0

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

GetPeer indicates an expected call of GetPeer

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

type MockRemoteSignerClient added in v1.0.0

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

MockRemoteSignerClient is a mock of RemoteSignerClient interface

func NewMockRemoteSignerClient added in v1.0.0

func NewMockRemoteSignerClient(ctrl *gomock.Controller) *MockRemoteSignerClient

NewMockRemoteSignerClient creates a new mock instance

func (*MockRemoteSignerClient) EXPECT added in v1.0.0

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

func (*MockRemoteSignerClient) ListValidatingPublicKeys added in v1.0.0

func (m *MockRemoteSignerClient) ListValidatingPublicKeys(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*v2.ListPublicKeysResponse, error)

ListValidatingPublicKeys mocks base method

func (*MockRemoteSignerClient) Sign added in v1.0.0

Sign mocks base method

type MockRemoteSignerClientMockRecorder added in v1.0.0

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

MockRemoteSignerClientMockRecorder is the mock recorder for MockRemoteSignerClient

func (*MockRemoteSignerClientMockRecorder) ListValidatingPublicKeys added in v1.0.0

func (mr *MockRemoteSignerClientMockRecorder) ListValidatingPublicKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListValidatingPublicKeys indicates an expected call of ListValidatingPublicKeys

func (*MockRemoteSignerClientMockRecorder) Sign added in v1.0.0

func (mr *MockRemoteSignerClientMockRecorder) Sign(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Sign indicates an expected call of Sign

Jump to

Keyboard shortcuts

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