mock

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: GPL-3.0 Imports: 11 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.

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

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

MockBeaconChainClient is a mock of BeaconChainClient interface.

func NewMockBeaconChainClient

func NewMockBeaconChainClient(ctrl *gomock.Controller) *MockBeaconChainClient

NewMockBeaconChainClient creates a new mock instance.

func (*MockBeaconChainClient) AttestationPool

AttestationPool mocks base method.

func (*MockBeaconChainClient) EXPECT

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

func (*MockBeaconChainClient) GetBeaconConfig

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

GetBeaconConfig mocks base method.

func (*MockBeaconChainClient) GetChainHead

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

GetChainHead mocks base method.

func (*MockBeaconChainClient) GetIndividualVotes

GetIndividualVotes mocks base method.

func (*MockBeaconChainClient) GetValidator

func (m *MockBeaconChainClient) GetValidator(arg0 context.Context, arg1 *eth.GetValidatorRequest, arg2 ...grpc.CallOption) (*eth.Validator, error)

GetValidator mocks base method.

func (*MockBeaconChainClient) GetValidatorActiveSetChanges

func (m *MockBeaconChainClient) GetValidatorActiveSetChanges(arg0 context.Context, arg1 *eth.GetValidatorActiveSetChangesRequest, arg2 ...grpc.CallOption) (*eth.ActiveSetChanges, error)

GetValidatorActiveSetChanges mocks base method.

func (*MockBeaconChainClient) GetValidatorParticipation

GetValidatorParticipation mocks base method.

func (*MockBeaconChainClient) GetValidatorPerformance

GetValidatorPerformance mocks base method.

func (*MockBeaconChainClient) GetValidatorQueue

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

GetValidatorQueue mocks base method.

func (*MockBeaconChainClient) ListAttestations

ListAttestations mocks base method.

func (*MockBeaconChainClient) ListBeaconBlocks

ListBeaconBlocks mocks base method.

func (*MockBeaconChainClient) ListBeaconCommittees

func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *eth.ListCommitteesRequest, arg2 ...grpc.CallOption) (*eth.BeaconCommittees, error)

ListBeaconCommittees mocks base method.

func (*MockBeaconChainClient) ListIndexedAttestations

ListIndexedAttestations mocks base method.

func (*MockBeaconChainClient) ListValidatorAssignments

ListValidatorAssignments mocks base method.

func (*MockBeaconChainClient) ListValidatorBalances

ListValidatorBalances mocks base method.

func (*MockBeaconChainClient) ListValidators

func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest, arg2 ...grpc.CallOption) (*eth.Validators, error)

ListValidators mocks base method.

func (*MockBeaconChainClient) StreamAttestations

StreamAttestations mocks base method.

func (*MockBeaconChainClient) StreamBlocks

StreamBlocks mocks base method.

func (*MockBeaconChainClient) StreamChainHead

StreamChainHead mocks base method.

func (*MockBeaconChainClient) StreamIndexedAttestations

StreamIndexedAttestations mocks base method.

func (*MockBeaconChainClient) StreamValidatorsInfo

StreamValidatorsInfo mocks base method.

func (*MockBeaconChainClient) SubmitAttesterSlashing

func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *eth.AttesterSlashing, arg2 ...grpc.CallOption) (*eth.SubmitSlashingResponse, error)

SubmitAttesterSlashing mocks base method.

func (*MockBeaconChainClient) SubmitProposerSlashing

func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *eth.ProposerSlashing, arg2 ...grpc.CallOption) (*eth.SubmitSlashingResponse, error)

SubmitProposerSlashing mocks base method.

type MockBeaconChainClientMockRecorder

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

MockBeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient.

func (*MockBeaconChainClientMockRecorder) AttestationPool

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

AttestationPool indicates an expected call of AttestationPool.

func (*MockBeaconChainClientMockRecorder) GetBeaconConfig

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

GetBeaconConfig indicates an expected call of GetBeaconConfig.

func (*MockBeaconChainClientMockRecorder) GetChainHead

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

GetChainHead indicates an expected call of GetChainHead.

func (*MockBeaconChainClientMockRecorder) GetIndividualVotes

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

GetIndividualVotes indicates an expected call of GetIndividualVotes.

func (*MockBeaconChainClientMockRecorder) GetValidator

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

GetValidator indicates an expected call of GetValidator.

func (*MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges

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

GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges.

func (*MockBeaconChainClientMockRecorder) GetValidatorParticipation

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

GetValidatorParticipation indicates an expected call of GetValidatorParticipation.

func (*MockBeaconChainClientMockRecorder) GetValidatorPerformance

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

GetValidatorPerformance indicates an expected call of GetValidatorPerformance.

func (*MockBeaconChainClientMockRecorder) GetValidatorQueue

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

GetValidatorQueue indicates an expected call of GetValidatorQueue.

func (*MockBeaconChainClientMockRecorder) ListAttestations

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

ListAttestations indicates an expected call of ListAttestations.

func (*MockBeaconChainClientMockRecorder) ListBeaconBlocks

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

ListBeaconBlocks indicates an expected call of ListBeaconBlocks.

func (*MockBeaconChainClientMockRecorder) ListBeaconCommittees

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

ListBeaconCommittees indicates an expected call of ListBeaconCommittees.

func (*MockBeaconChainClientMockRecorder) ListIndexedAttestations

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

ListIndexedAttestations indicates an expected call of ListIndexedAttestations.

func (*MockBeaconChainClientMockRecorder) ListValidatorAssignments

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

ListValidatorAssignments indicates an expected call of ListValidatorAssignments.

func (*MockBeaconChainClientMockRecorder) ListValidatorBalances

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

ListValidatorBalances indicates an expected call of ListValidatorBalances.

func (*MockBeaconChainClientMockRecorder) ListValidators

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

ListValidators indicates an expected call of ListValidators.

func (*MockBeaconChainClientMockRecorder) StreamAttestations

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

StreamAttestations indicates an expected call of StreamAttestations.

func (*MockBeaconChainClientMockRecorder) StreamBlocks

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

StreamBlocks indicates an expected call of StreamBlocks.

func (*MockBeaconChainClientMockRecorder) StreamChainHead

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

StreamChainHead indicates an expected call of StreamChainHead.

func (*MockBeaconChainClientMockRecorder) StreamIndexedAttestations

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

StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations.

func (*MockBeaconChainClientMockRecorder) StreamValidatorsInfo

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

StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo.

func (*MockBeaconChainClientMockRecorder) SubmitAttesterSlashing

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

SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing.

func (*MockBeaconChainClientMockRecorder) SubmitProposerSlashing

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

SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing.

type MockBeaconChain_StreamAttestationsClient

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

MockBeaconChain_StreamAttestationsClient is a mock of BeaconChain_StreamAttestationsClient interface.

func NewMockBeaconChain_StreamAttestationsClient

func NewMockBeaconChain_StreamAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsClient

NewMockBeaconChain_StreamAttestationsClient creates a new mock instance.

func (*MockBeaconChain_StreamAttestationsClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconChain_StreamAttestationsClient) Context

Context mocks base method.

func (*MockBeaconChain_StreamAttestationsClient) EXPECT

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

func (*MockBeaconChain_StreamAttestationsClient) Header

Header mocks base method.

func (*MockBeaconChain_StreamAttestationsClient) Recv

Recv mocks base method.

func (*MockBeaconChain_StreamAttestationsClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamAttestationsClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamAttestationsClient) Trailer

Trailer mocks base method.

type MockBeaconChain_StreamAttestationsClientMockRecorder

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

MockBeaconChain_StreamAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsClient.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconChain_StreamAttestationsServer

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

MockBeaconChain_StreamAttestationsServer is a mock of BeaconChain_StreamAttestationsServer interface.

func NewMockBeaconChain_StreamAttestationsServer

func NewMockBeaconChain_StreamAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsServer

NewMockBeaconChain_StreamAttestationsServer creates a new mock instance.

func (*MockBeaconChain_StreamAttestationsServer) Context

Context mocks base method.

func (*MockBeaconChain_StreamAttestationsServer) EXPECT

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

func (*MockBeaconChain_StreamAttestationsServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamAttestationsServer) Send

Send mocks base method.

func (*MockBeaconChain_StreamAttestationsServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconChain_StreamAttestationsServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamAttestationsServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconChain_StreamAttestationsServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconChain_StreamAttestationsServerMockRecorder

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

MockBeaconChain_StreamAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsServer.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconChain_StreamBlocksClient

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

MockBeaconChain_StreamBlocksClient is a mock of BeaconChain_StreamBlocksClient interface.

func NewMockBeaconChain_StreamBlocksClient

func NewMockBeaconChain_StreamBlocksClient(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksClient

NewMockBeaconChain_StreamBlocksClient creates a new mock instance.

func (*MockBeaconChain_StreamBlocksClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconChain_StreamBlocksClient) Context

Context mocks base method.

func (*MockBeaconChain_StreamBlocksClient) EXPECT

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

func (*MockBeaconChain_StreamBlocksClient) Header

Header mocks base method.

func (*MockBeaconChain_StreamBlocksClient) Recv

Recv mocks base method.

func (*MockBeaconChain_StreamBlocksClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamBlocksClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamBlocksClient) Trailer

Trailer mocks base method.

type MockBeaconChain_StreamBlocksClientMockRecorder

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

MockBeaconChain_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksClient.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamBlocksClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconChain_StreamBlocksServer

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

MockBeaconChain_StreamBlocksServer is a mock of BeaconChain_StreamBlocksServer interface.

func NewMockBeaconChain_StreamBlocksServer

func NewMockBeaconChain_StreamBlocksServer(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksServer

NewMockBeaconChain_StreamBlocksServer creates a new mock instance.

func (*MockBeaconChain_StreamBlocksServer) Context

Context mocks base method.

func (*MockBeaconChain_StreamBlocksServer) EXPECT

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

func (*MockBeaconChain_StreamBlocksServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamBlocksServer) Send

Send mocks base method.

func (*MockBeaconChain_StreamBlocksServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconChain_StreamBlocksServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamBlocksServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconChain_StreamBlocksServer) SetTrailer

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

SetTrailer mocks base method.

type MockBeaconChain_StreamBlocksServerMockRecorder

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

MockBeaconChain_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksServer.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconChain_StreamChainHeadClient

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

MockBeaconChain_StreamChainHeadClient is a mock of BeaconChain_StreamChainHeadClient interface.

func NewMockBeaconChain_StreamChainHeadClient

func NewMockBeaconChain_StreamChainHeadClient(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadClient

NewMockBeaconChain_StreamChainHeadClient creates a new mock instance.

func (*MockBeaconChain_StreamChainHeadClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconChain_StreamChainHeadClient) Context

Context mocks base method.

func (*MockBeaconChain_StreamChainHeadClient) EXPECT

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

func (*MockBeaconChain_StreamChainHeadClient) Header

Header mocks base method.

func (*MockBeaconChain_StreamChainHeadClient) Recv

Recv mocks base method.

func (*MockBeaconChain_StreamChainHeadClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamChainHeadClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamChainHeadClient) Trailer

Trailer mocks base method.

type MockBeaconChain_StreamChainHeadClientMockRecorder

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

MockBeaconChain_StreamChainHeadClientMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadClient.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconChain_StreamChainHeadServer

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

MockBeaconChain_StreamChainHeadServer is a mock of BeaconChain_StreamChainHeadServer interface.

func NewMockBeaconChain_StreamChainHeadServer

func NewMockBeaconChain_StreamChainHeadServer(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadServer

NewMockBeaconChain_StreamChainHeadServer creates a new mock instance.

func (*MockBeaconChain_StreamChainHeadServer) Context

Context mocks base method.

func (*MockBeaconChain_StreamChainHeadServer) EXPECT

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

func (*MockBeaconChain_StreamChainHeadServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamChainHeadServer) Send

Send mocks base method.

func (*MockBeaconChain_StreamChainHeadServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconChain_StreamChainHeadServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamChainHeadServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconChain_StreamChainHeadServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconChain_StreamChainHeadServerMockRecorder

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

MockBeaconChain_StreamChainHeadServerMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadServer.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconChain_StreamIndexedAttestationsClient

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

MockBeaconChain_StreamIndexedAttestationsClient is a mock of BeaconChain_StreamIndexedAttestationsClient interface.

func NewMockBeaconChain_StreamIndexedAttestationsClient

func NewMockBeaconChain_StreamIndexedAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsClient

NewMockBeaconChain_StreamIndexedAttestationsClient creates a new mock instance.

func (*MockBeaconChain_StreamIndexedAttestationsClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsClient) Context

Context mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsClient) EXPECT

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

func (*MockBeaconChain_StreamIndexedAttestationsClient) Header

Header mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsClient) Recv

Recv mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsClient) Trailer

Trailer mocks base method.

type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder

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

MockBeaconChain_StreamIndexedAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsClient.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconChain_StreamIndexedAttestationsServer

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

MockBeaconChain_StreamIndexedAttestationsServer is a mock of BeaconChain_StreamIndexedAttestationsServer interface.

func NewMockBeaconChain_StreamIndexedAttestationsServer

func NewMockBeaconChain_StreamIndexedAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsServer

NewMockBeaconChain_StreamIndexedAttestationsServer creates a new mock instance.

func (*MockBeaconChain_StreamIndexedAttestationsServer) Context

Context mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsServer) EXPECT

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

func (*MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsServer) Send

Send mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconChain_StreamIndexedAttestationsServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconChain_StreamIndexedAttestationsServerMockRecorder

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

MockBeaconChain_StreamIndexedAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsServer.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconChain_StreamValidatorsInfoClient

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

MockBeaconChain_StreamValidatorsInfoClient is a mock of BeaconChain_StreamValidatorsInfoClient interface.

func NewMockBeaconChain_StreamValidatorsInfoClient

func NewMockBeaconChain_StreamValidatorsInfoClient(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoClient

NewMockBeaconChain_StreamValidatorsInfoClient creates a new mock instance.

func (*MockBeaconChain_StreamValidatorsInfoClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) Context

Context mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) EXPECT

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

func (*MockBeaconChain_StreamValidatorsInfoClient) Header

Header mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) Recv

Recv mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) Send

Send mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoClient) Trailer

Trailer mocks base method.

type MockBeaconChain_StreamValidatorsInfoClientMockRecorder

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

MockBeaconChain_StreamValidatorsInfoClientMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoClient.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconChain_StreamValidatorsInfoServer

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

MockBeaconChain_StreamValidatorsInfoServer is a mock of BeaconChain_StreamValidatorsInfoServer interface.

func NewMockBeaconChain_StreamValidatorsInfoServer

func NewMockBeaconChain_StreamValidatorsInfoServer(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoServer

NewMockBeaconChain_StreamValidatorsInfoServer creates a new mock instance.

func (*MockBeaconChain_StreamValidatorsInfoServer) Context

Context mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) EXPECT

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

func (*MockBeaconChain_StreamValidatorsInfoServer) Recv

Recv mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) Send

Send mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconChain_StreamValidatorsInfoServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconChain_StreamValidatorsInfoServerMockRecorder

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

MockBeaconChain_StreamValidatorsInfoServerMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoServer.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconNodeValidatorAltair_StreamBlocksClient

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

MockBeaconNodeValidatorAltair_StreamBlocksClient is a mock of BeaconNodeValidatorAltair_StreamBlocksClient interface

func NewMockBeaconNodeValidatorAltair_StreamBlocksClient

func NewMockBeaconNodeValidatorAltair_StreamBlocksClient(ctrl *gomock.Controller) *MockBeaconNodeValidatorAltair_StreamBlocksClient

NewMockBeaconNodeValidatorAltair_StreamBlocksClient creates a new mock instance

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) CloseSend

CloseSend mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) Context

Context mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) EXPECT

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

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) Header

Header mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) Recv

Recv mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) RecvMsg

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

RecvMsg mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) SendMsg

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

SendMsg mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksClient) Trailer

Trailer mocks base method

type MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder

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

MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconNodeValidatorAltair_StreamBlocksClient

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockBeaconNodeValidatorAltair_StreamBlocksServer

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

MockBeaconNodeValidatorAltair_StreamBlocksServer is a mock of BeaconNodeValidatorAltair_StreamBlocksServer interface

func NewMockBeaconNodeValidatorAltair_StreamBlocksServer

func NewMockBeaconNodeValidatorAltair_StreamBlocksServer(ctrl *gomock.Controller) *MockBeaconNodeValidatorAltair_StreamBlocksServer

NewMockBeaconNodeValidatorAltair_StreamBlocksServer creates a new mock instance

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) Context

Context mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) EXPECT

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

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) RecvMsg

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

RecvMsg mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) Send

Send mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) SendHeader

SendHeader mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) SendMsg

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

SendMsg mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) SetHeader

SetHeader mocks base method

func (*MockBeaconNodeValidatorAltair_StreamBlocksServer) SetTrailer

SetTrailer mocks base method

type MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder

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

MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconNodeValidatorAltair_StreamBlocksServer

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Send

Send indicates an expected call of Send

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader

func (*MockBeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer

type MockBeaconNodeValidatorClient

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

MockBeaconNodeValidatorClient is a mock of BeaconNodeValidatorClient interface.

func NewMockBeaconNodeValidatorClient

func NewMockBeaconNodeValidatorClient(ctrl *gomock.Controller) *MockBeaconNodeValidatorClient

NewMockBeaconNodeValidatorClient creates a new mock instance.

func (*MockBeaconNodeValidatorClient) AggregatedSigAndAggregationBits

AggregatedSigAndAggregationBits mocks base method.

func (*MockBeaconNodeValidatorClient) AssignValidatorToSubnet

AssignValidatorToSubnet mocks base method.

func (*MockBeaconNodeValidatorClient) CheckDoppelGanger

CheckDoppelGanger mocks base method.

func (*MockBeaconNodeValidatorClient) DomainData

DomainData mocks base method.

func (*MockBeaconNodeValidatorClient) EXPECT

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

func (*MockBeaconNodeValidatorClient) GetAttestationData

GetAttestationData mocks base method.

func (*MockBeaconNodeValidatorClient) GetBeaconBlock

GetBeaconBlock mocks base method.

func (*MockBeaconNodeValidatorClient) GetDuties

GetDuties mocks base method.

func (*MockBeaconNodeValidatorClient) GetFeeRecipientByPubKey

GetFeeRecipientByPubKey mocks base method.

func (*MockBeaconNodeValidatorClient) GetSyncCommitteeContribution

GetSyncCommitteeContribution mocks base method.

func (*MockBeaconNodeValidatorClient) GetSyncMessageBlockRoot

func (m *MockBeaconNodeValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.SyncMessageBlockRootResponse, error)

GetSyncMessageBlockRoot mocks base method.

func (*MockBeaconNodeValidatorClient) GetSyncSubcommitteeIndex

GetSyncSubcommitteeIndex mocks base method.

func (*MockBeaconNodeValidatorClient) MultipleValidatorStatus

MultipleValidatorStatus mocks base method.

func (*MockBeaconNodeValidatorClient) PrepareBeaconProposer

PrepareBeaconProposer mocks base method.

func (*MockBeaconNodeValidatorClient) ProposeAttestation

func (m *MockBeaconNodeValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation, arg2 ...grpc.CallOption) (*eth.AttestResponse, error)

ProposeAttestation mocks base method.

func (*MockBeaconNodeValidatorClient) ProposeBeaconBlock

ProposeBeaconBlock mocks base method.

func (*MockBeaconNodeValidatorClient) ProposeExit

ProposeExit mocks base method.

func (*MockBeaconNodeValidatorClient) StreamBlocksAltair

StreamBlocksAltair mocks base method.

func (*MockBeaconNodeValidatorClient) StreamDuties

StreamDuties mocks base method.

func (*MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof

SubmitAggregateSelectionProof mocks base method.

func (*MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof

SubmitSignedAggregateSelectionProof mocks base method.

func (*MockBeaconNodeValidatorClient) SubmitSignedContributionAndProof

func (m *MockBeaconNodeValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof, arg2 ...grpc.CallOption) (*emptypb.Empty, error)

SubmitSignedContributionAndProof mocks base method.

func (*MockBeaconNodeValidatorClient) SubmitSyncMessage

func (m *MockBeaconNodeValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage, arg2 ...grpc.CallOption) (*emptypb.Empty, error)

SubmitSyncMessage mocks base method.

func (*MockBeaconNodeValidatorClient) SubmitValidatorRegistrations

func (m *MockBeaconNodeValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1, arg2 ...grpc.CallOption) (*emptypb.Empty, error)

SubmitValidatorRegistrations mocks base method.

func (*MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets

func (m *MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)

SubscribeCommitteeSubnets mocks base method.

func (*MockBeaconNodeValidatorClient) ValidatorIndex

ValidatorIndex mocks base method.

func (*MockBeaconNodeValidatorClient) ValidatorStatus

ValidatorStatus mocks base method.

func (*MockBeaconNodeValidatorClient) WaitForActivation

WaitForActivation mocks base method.

func (*MockBeaconNodeValidatorClient) WaitForChainStart

WaitForChainStart mocks base method.

type MockBeaconNodeValidatorClientMockRecorder

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

MockBeaconNodeValidatorClientMockRecorder is the mock recorder for MockBeaconNodeValidatorClient.

func (*MockBeaconNodeValidatorClientMockRecorder) AggregatedSigAndAggregationBits

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

AggregatedSigAndAggregationBits indicates an expected call of AggregatedSigAndAggregationBits.

func (*MockBeaconNodeValidatorClientMockRecorder) AssignValidatorToSubnet

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

AssignValidatorToSubnet indicates an expected call of AssignValidatorToSubnet.

func (*MockBeaconNodeValidatorClientMockRecorder) CheckDoppelGanger

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

CheckDoppelGanger indicates an expected call of CheckDoppelGanger.

func (*MockBeaconNodeValidatorClientMockRecorder) DomainData

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

DomainData indicates an expected call of DomainData.

func (*MockBeaconNodeValidatorClientMockRecorder) GetAttestationData

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

GetAttestationData indicates an expected call of GetAttestationData.

func (*MockBeaconNodeValidatorClientMockRecorder) GetBeaconBlock

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

GetBeaconBlock indicates an expected call of GetBeaconBlock.

func (*MockBeaconNodeValidatorClientMockRecorder) GetDuties

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

GetDuties indicates an expected call of GetDuties.

func (*MockBeaconNodeValidatorClientMockRecorder) GetFeeRecipientByPubKey

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

GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.

func (*MockBeaconNodeValidatorClientMockRecorder) GetSyncCommitteeContribution

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

GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.

func (*MockBeaconNodeValidatorClientMockRecorder) GetSyncMessageBlockRoot

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

GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.

func (*MockBeaconNodeValidatorClientMockRecorder) GetSyncSubcommitteeIndex

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

GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.

func (*MockBeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus

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

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.

func (*MockBeaconNodeValidatorClientMockRecorder) PrepareBeaconProposer

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

PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.

func (*MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation

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

ProposeAttestation indicates an expected call of ProposeAttestation.

func (*MockBeaconNodeValidatorClientMockRecorder) ProposeBeaconBlock

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

ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.

func (*MockBeaconNodeValidatorClientMockRecorder) ProposeExit

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

ProposeExit indicates an expected call of ProposeExit.

func (*MockBeaconNodeValidatorClientMockRecorder) StreamBlocksAltair

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

StreamBlocksAltair indicates an expected call of StreamBlocksAltair.

func (*MockBeaconNodeValidatorClientMockRecorder) StreamDuties

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

StreamDuties indicates an expected call of StreamDuties.

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof

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

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof

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

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSignedContributionAndProof

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

SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSyncMessage

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

SubmitSyncMessage indicates an expected call of SubmitSyncMessage.

func (*MockBeaconNodeValidatorClientMockRecorder) SubmitValidatorRegistrations

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

SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.

func (*MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.

func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex

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

ValidatorIndex indicates an expected call of ValidatorIndex.

func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus

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

ValidatorStatus indicates an expected call of ValidatorStatus.

func (*MockBeaconNodeValidatorClientMockRecorder) WaitForActivation

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

WaitForActivation indicates an expected call of WaitForActivation.

func (*MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart

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

WaitForChainStart indicates an expected call of WaitForChainStart.

type MockBeaconNodeValidatorServer

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

MockBeaconNodeValidatorServer is a mock of BeaconNodeValidatorServer interface.

func NewMockBeaconNodeValidatorServer

func NewMockBeaconNodeValidatorServer(ctrl *gomock.Controller) *MockBeaconNodeValidatorServer

NewMockBeaconNodeValidatorServer creates a new mock instance.

func (*MockBeaconNodeValidatorServer) AggregatedSigAndAggregationBits

AggregatedSigAndAggregationBits mocks base method.

func (*MockBeaconNodeValidatorServer) AssignValidatorToSubnet

AssignValidatorToSubnet mocks base method.

func (*MockBeaconNodeValidatorServer) CheckDoppelGanger

CheckDoppelGanger mocks base method.

func (*MockBeaconNodeValidatorServer) DomainData

DomainData mocks base method.

func (*MockBeaconNodeValidatorServer) EXPECT

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

func (*MockBeaconNodeValidatorServer) GetAttestationData

GetAttestationData mocks base method.

func (*MockBeaconNodeValidatorServer) GetBeaconBlock

GetBeaconBlock mocks base method.

func (*MockBeaconNodeValidatorServer) GetDuties

GetDuties mocks base method.

func (*MockBeaconNodeValidatorServer) GetFeeRecipientByPubKey

GetFeeRecipientByPubKey mocks base method.

func (*MockBeaconNodeValidatorServer) GetSyncCommitteeContribution

GetSyncCommitteeContribution mocks base method.

func (*MockBeaconNodeValidatorServer) GetSyncMessageBlockRoot

GetSyncMessageBlockRoot mocks base method.

func (*MockBeaconNodeValidatorServer) GetSyncSubcommitteeIndex

GetSyncSubcommitteeIndex mocks base method.

func (*MockBeaconNodeValidatorServer) MultipleValidatorStatus

MultipleValidatorStatus mocks base method.

func (*MockBeaconNodeValidatorServer) PrepareBeaconProposer

PrepareBeaconProposer mocks base method.

func (*MockBeaconNodeValidatorServer) ProposeAttestation

func (m *MockBeaconNodeValidatorServer) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)

ProposeAttestation mocks base method.

func (*MockBeaconNodeValidatorServer) ProposeBeaconBlock

ProposeBeaconBlock mocks base method.

func (*MockBeaconNodeValidatorServer) ProposeExit

ProposeExit mocks base method.

func (*MockBeaconNodeValidatorServer) StreamBlocksAltair

StreamBlocksAltair mocks base method.

func (*MockBeaconNodeValidatorServer) StreamDuties

StreamDuties mocks base method.

func (*MockBeaconNodeValidatorServer) SubmitAggregateSelectionProof

SubmitAggregateSelectionProof mocks base method.

func (*MockBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof

SubmitSignedAggregateSelectionProof mocks base method.

func (*MockBeaconNodeValidatorServer) SubmitSignedContributionAndProof

func (m *MockBeaconNodeValidatorServer) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)

SubmitSignedContributionAndProof mocks base method.

func (*MockBeaconNodeValidatorServer) SubmitSyncMessage

SubmitSyncMessage mocks base method.

func (*MockBeaconNodeValidatorServer) SubmitValidatorRegistrations

func (m *MockBeaconNodeValidatorServer) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)

SubmitValidatorRegistrations mocks base method.

func (*MockBeaconNodeValidatorServer) SubscribeCommitteeSubnets

SubscribeCommitteeSubnets mocks base method.

func (*MockBeaconNodeValidatorServer) ValidatorIndex

ValidatorIndex mocks base method.

func (*MockBeaconNodeValidatorServer) ValidatorStatus

ValidatorStatus mocks base method.

func (*MockBeaconNodeValidatorServer) WaitForActivation

WaitForActivation mocks base method.

func (*MockBeaconNodeValidatorServer) WaitForChainStart

WaitForChainStart mocks base method.

type MockBeaconNodeValidatorServerMockRecorder

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

MockBeaconNodeValidatorServerMockRecorder is the mock recorder for MockBeaconNodeValidatorServer.

func (*MockBeaconNodeValidatorServerMockRecorder) AggregatedSigAndAggregationBits

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

AggregatedSigAndAggregationBits indicates an expected call of AggregatedSigAndAggregationBits.

func (*MockBeaconNodeValidatorServerMockRecorder) AssignValidatorToSubnet

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

AssignValidatorToSubnet indicates an expected call of AssignValidatorToSubnet.

func (*MockBeaconNodeValidatorServerMockRecorder) CheckDoppelGanger

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

CheckDoppelGanger indicates an expected call of CheckDoppelGanger.

func (*MockBeaconNodeValidatorServerMockRecorder) DomainData

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

DomainData indicates an expected call of DomainData.

func (*MockBeaconNodeValidatorServerMockRecorder) GetAttestationData

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

GetAttestationData indicates an expected call of GetAttestationData.

func (*MockBeaconNodeValidatorServerMockRecorder) GetBeaconBlock

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

GetBeaconBlock indicates an expected call of GetBeaconBlock.

func (*MockBeaconNodeValidatorServerMockRecorder) GetDuties

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

GetDuties indicates an expected call of GetDuties.

func (*MockBeaconNodeValidatorServerMockRecorder) GetFeeRecipientByPubKey

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

GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.

func (*MockBeaconNodeValidatorServerMockRecorder) GetSyncCommitteeContribution

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

GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.

func (*MockBeaconNodeValidatorServerMockRecorder) GetSyncMessageBlockRoot

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

GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.

func (*MockBeaconNodeValidatorServerMockRecorder) GetSyncSubcommitteeIndex

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

GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.

func (*MockBeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus

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

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.

func (*MockBeaconNodeValidatorServerMockRecorder) PrepareBeaconProposer

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

PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.

func (*MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation

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

ProposeAttestation indicates an expected call of ProposeAttestation.

func (*MockBeaconNodeValidatorServerMockRecorder) ProposeBeaconBlock

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

ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.

func (*MockBeaconNodeValidatorServerMockRecorder) ProposeExit

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

ProposeExit indicates an expected call of ProposeExit.

func (*MockBeaconNodeValidatorServerMockRecorder) StreamBlocksAltair

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

StreamBlocksAltair indicates an expected call of StreamBlocksAltair.

func (*MockBeaconNodeValidatorServerMockRecorder) StreamDuties

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

StreamDuties indicates an expected call of StreamDuties.

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof

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

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof

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

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSignedContributionAndProof

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

SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSyncMessage

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

SubmitSyncMessage indicates an expected call of SubmitSyncMessage.

func (*MockBeaconNodeValidatorServerMockRecorder) SubmitValidatorRegistrations

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

SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.

func (*MockBeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.

func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex

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

ValidatorIndex indicates an expected call of ValidatorIndex.

func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus

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

ValidatorStatus indicates an expected call of ValidatorStatus.

func (*MockBeaconNodeValidatorServerMockRecorder) WaitForActivation

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

WaitForActivation indicates an expected call of WaitForActivation.

func (*MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart

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

WaitForChainStart indicates an expected call of WaitForChainStart.

type MockBeaconNodeValidator_StreamDutiesClient

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

MockBeaconNodeValidator_StreamDutiesClient is a mock of BeaconNodeValidator_StreamDutiesClient interface.

func NewMockBeaconNodeValidator_StreamDutiesClient

func NewMockBeaconNodeValidator_StreamDutiesClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamDutiesClient

NewMockBeaconNodeValidator_StreamDutiesClient creates a new mock instance.

func (*MockBeaconNodeValidator_StreamDutiesClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesClient) Context

Context mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesClient) EXPECT

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

func (*MockBeaconNodeValidator_StreamDutiesClient) Header

Header mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesClient) Recv

Recv mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesClient) Trailer

Trailer mocks base method.

type MockBeaconNodeValidator_StreamDutiesClientMockRecorder

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

MockBeaconNodeValidator_StreamDutiesClientMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesClient.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconNodeValidator_StreamDutiesServer

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

MockBeaconNodeValidator_StreamDutiesServer is a mock of BeaconNodeValidator_StreamDutiesServer interface.

func NewMockBeaconNodeValidator_StreamDutiesServer

func NewMockBeaconNodeValidator_StreamDutiesServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamDutiesServer

NewMockBeaconNodeValidator_StreamDutiesServer creates a new mock instance.

func (*MockBeaconNodeValidator_StreamDutiesServer) Context

Context mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesServer) EXPECT

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

func (*MockBeaconNodeValidator_StreamDutiesServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesServer) Send

Send mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconNodeValidator_StreamDutiesServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconNodeValidator_StreamDutiesServerMockRecorder

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

MockBeaconNodeValidator_StreamDutiesServerMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesServer.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconNodeValidator_WaitForActivationClient

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

MockBeaconNodeValidator_WaitForActivationClient is a mock of BeaconNodeValidator_WaitForActivationClient interface.

func NewMockBeaconNodeValidator_WaitForActivationClient

func NewMockBeaconNodeValidator_WaitForActivationClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationClient

NewMockBeaconNodeValidator_WaitForActivationClient creates a new mock instance.

func (*MockBeaconNodeValidator_WaitForActivationClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationClient) Context

Context mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationClient) EXPECT

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

func (*MockBeaconNodeValidator_WaitForActivationClient) Header

Header mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationClient) Recv

Recv mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationClient) Trailer

Trailer mocks base method.

type MockBeaconNodeValidator_WaitForActivationClientMockRecorder

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

MockBeaconNodeValidator_WaitForActivationClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationClient.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconNodeValidator_WaitForActivationServer

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

MockBeaconNodeValidator_WaitForActivationServer is a mock of BeaconNodeValidator_WaitForActivationServer interface.

func NewMockBeaconNodeValidator_WaitForActivationServer

func NewMockBeaconNodeValidator_WaitForActivationServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationServer

NewMockBeaconNodeValidator_WaitForActivationServer creates a new mock instance.

func (*MockBeaconNodeValidator_WaitForActivationServer) Context

Context mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationServer) EXPECT

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

func (*MockBeaconNodeValidator_WaitForActivationServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationServer) Send

Send mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconNodeValidator_WaitForActivationServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconNodeValidator_WaitForActivationServerMockRecorder

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

MockBeaconNodeValidator_WaitForActivationServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationServer.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockBeaconNodeValidator_WaitForChainStartClient

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

MockBeaconNodeValidator_WaitForChainStartClient is a mock of BeaconNodeValidator_WaitForChainStartClient interface.

func NewMockBeaconNodeValidator_WaitForChainStartClient

func NewMockBeaconNodeValidator_WaitForChainStartClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartClient

NewMockBeaconNodeValidator_WaitForChainStartClient creates a new mock instance.

func (*MockBeaconNodeValidator_WaitForChainStartClient) CloseSend

CloseSend mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartClient) Context

Context mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartClient) EXPECT

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

func (*MockBeaconNodeValidator_WaitForChainStartClient) Header

Header mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartClient) Recv

Recv mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartClient) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartClient) Trailer

Trailer mocks base method.

type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder

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

MockBeaconNodeValidator_WaitForChainStartClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartClient.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockBeaconNodeValidator_WaitForChainStartServer

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

MockBeaconNodeValidator_WaitForChainStartServer is a mock of BeaconNodeValidator_WaitForChainStartServer interface.

func NewMockBeaconNodeValidator_WaitForChainStartServer

func NewMockBeaconNodeValidator_WaitForChainStartServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartServer

NewMockBeaconNodeValidator_WaitForChainStartServer creates a new mock instance.

func (*MockBeaconNodeValidator_WaitForChainStartServer) Context

Context mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartServer) EXPECT

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

func (*MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartServer) Send

Send mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartServer) SendHeader

SendHeader mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartServer) SendMsg

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

SendMsg mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartServer) SetHeader

SetHeader mocks base method.

func (*MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer

SetTrailer mocks base method.

type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder

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

MockBeaconNodeValidator_WaitForChainStartServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartServer.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockEventsClient

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

MockEventsClient is a mock of EventsClient interface.

func NewMockEventsClient

func NewMockEventsClient(ctrl *gomock.Controller) *MockEventsClient

NewMockEventsClient creates a new mock instance.

func (*MockEventsClient) EXPECT

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

func (*MockEventsClient) StreamEvents

StreamEvents mocks base method.

type MockEventsClientMockRecorder

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

MockEventsClientMockRecorder is the mock recorder for MockEventsClient.

func (*MockEventsClientMockRecorder) StreamEvents

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

StreamEvents indicates an expected call of StreamEvents.

type MockEvents_StreamEventsClient

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

MockEvents_StreamEventsClient is a mock of Events_StreamEventsClient interface.

func NewMockEvents_StreamEventsClient

func NewMockEvents_StreamEventsClient(ctrl *gomock.Controller) *MockEvents_StreamEventsClient

NewMockEvents_StreamEventsClient creates a new mock instance.

func (*MockEvents_StreamEventsClient) CloseSend

func (m *MockEvents_StreamEventsClient) CloseSend() error

CloseSend mocks base method.

func (*MockEvents_StreamEventsClient) Context

Context mocks base method.

func (*MockEvents_StreamEventsClient) EXPECT

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

func (*MockEvents_StreamEventsClient) Header

Header mocks base method.

func (*MockEvents_StreamEventsClient) Recv

Recv mocks base method.

func (*MockEvents_StreamEventsClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockEvents_StreamEventsClient) SendMsg

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

SendMsg mocks base method.

func (*MockEvents_StreamEventsClient) Trailer

Trailer mocks base method.

type MockEvents_StreamEventsClientMockRecorder

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

MockEvents_StreamEventsClientMockRecorder is the mock recorder for MockEvents_StreamEventsClient.

func (*MockEvents_StreamEventsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockEvents_StreamEventsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockEvents_StreamEventsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockEvents_StreamEventsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockEvents_StreamEventsClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockEvents_StreamEventsClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockEvents_StreamEventsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockEvents_StreamEventsServer

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

MockEvents_StreamEventsServer is a mock of Events_StreamEventsServer interface.

func NewMockEvents_StreamEventsServer

func NewMockEvents_StreamEventsServer(ctrl *gomock.Controller) *MockEvents_StreamEventsServer

NewMockEvents_StreamEventsServer creates a new mock instance.

func (*MockEvents_StreamEventsServer) Context

Context mocks base method.

func (*MockEvents_StreamEventsServer) EXPECT

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

func (*MockEvents_StreamEventsServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockEvents_StreamEventsServer) Send

Send mocks base method.

func (*MockEvents_StreamEventsServer) SendHeader

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

SendHeader mocks base method.

func (*MockEvents_StreamEventsServer) SendMsg

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

SendMsg mocks base method.

func (*MockEvents_StreamEventsServer) SetHeader

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

SetHeader mocks base method.

func (*MockEvents_StreamEventsServer) SetTrailer

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

SetTrailer mocks base method.

type MockEvents_StreamEventsServerMockRecorder

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

MockEvents_StreamEventsServerMockRecorder is the mock recorder for MockEvents_StreamEventsServer.

func (*MockEvents_StreamEventsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockEvents_StreamEventsServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockEvents_StreamEventsServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockEvents_StreamEventsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockEvents_StreamEventsServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockEvents_StreamEventsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockEvents_StreamEventsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNodeClient

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

MockNodeClient is a mock of NodeClient interface.

func NewMockNodeClient

func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient

NewMockNodeClient creates a new mock instance.

func (*MockNodeClient) EXPECT

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

func (*MockNodeClient) GetETH1ConnectionStatus

func (m *MockNodeClient) GetETH1ConnectionStatus(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.ETH1ConnectionStatus, error)

GetETH1ConnectionStatus mocks base method.

func (*MockNodeClient) GetGenesis

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

GetGenesis mocks base method.

func (*MockNodeClient) GetHost

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

GetHost mocks base method.

func (*MockNodeClient) GetPeer

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

GetPeer mocks base method.

func (*MockNodeClient) GetSyncStatus

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

GetSyncStatus mocks base method.

func (*MockNodeClient) GetVersion

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

GetVersion mocks base method.

func (*MockNodeClient) ListImplementedServices

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

ListImplementedServices mocks base method.

func (*MockNodeClient) ListPeers

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

ListPeers mocks base method.

type MockNodeClientMockRecorder

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

MockNodeClientMockRecorder is the mock recorder for MockNodeClient.

func (*MockNodeClientMockRecorder) GetETH1ConnectionStatus

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

GetETH1ConnectionStatus indicates an expected call of GetETH1ConnectionStatus.

func (*MockNodeClientMockRecorder) GetGenesis

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

GetGenesis indicates an expected call of GetGenesis.

func (*MockNodeClientMockRecorder) GetHost

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

GetHost indicates an expected call of GetHost.

func (*MockNodeClientMockRecorder) GetPeer

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

GetPeer indicates an expected call of GetPeer.

func (*MockNodeClientMockRecorder) GetSyncStatus

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

GetSyncStatus indicates an expected call of GetSyncStatus.

func (*MockNodeClientMockRecorder) GetVersion

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

GetVersion indicates an expected call of GetVersion.

func (*MockNodeClientMockRecorder) ListImplementedServices

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

ListImplementedServices indicates an expected call of ListImplementedServices.

func (*MockNodeClientMockRecorder) ListPeers

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

ListPeers indicates an expected call of ListPeers.

type MockRemoteSignerClient

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

MockRemoteSignerClient is a mock of RemoteSignerClient interface.

func NewMockRemoteSignerClient

func NewMockRemoteSignerClient(ctrl *gomock.Controller) *MockRemoteSignerClient

NewMockRemoteSignerClient creates a new mock instance.

func (*MockRemoteSignerClient) EXPECT

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

func (*MockRemoteSignerClient) ListValidatingPublicKeys

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

ListValidatingPublicKeys mocks base method.

func (*MockRemoteSignerClient) Sign

Sign mocks base method.

type MockRemoteSignerClientMockRecorder

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

MockRemoteSignerClientMockRecorder is the mock recorder for MockRemoteSignerClient.

func (*MockRemoteSignerClientMockRecorder) ListValidatingPublicKeys

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

ListValidatingPublicKeys indicates an expected call of ListValidatingPublicKeys.

func (*MockRemoteSignerClientMockRecorder) Sign

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

Sign indicates an expected call of Sign.

type MockSlasherClient

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

MockSlasherClient is a mock of SlasherClient interface.

func NewMockSlasherClient

func NewMockSlasherClient(ctrl *gomock.Controller) *MockSlasherClient

NewMockSlasherClient creates a new mock instance.

func (*MockSlasherClient) EXPECT

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

func (*MockSlasherClient) HighestAttestations

HighestAttestations mocks base method.

func (*MockSlasherClient) IsSlashableAttestation

func (m *MockSlasherClient) IsSlashableAttestation(arg0 context.Context, arg1 *eth.IndexedAttestation, arg2 ...grpc.CallOption) (*eth.AttesterSlashingResponse, error)

IsSlashableAttestation mocks base method.

func (*MockSlasherClient) IsSlashableBlock

IsSlashableBlock mocks base method.

type MockSlasherClientMockRecorder

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

MockSlasherClientMockRecorder is the mock recorder for MockSlasherClient.

func (*MockSlasherClientMockRecorder) HighestAttestations

func (mr *MockSlasherClientMockRecorder) HighestAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HighestAttestations indicates an expected call of HighestAttestations.

func (*MockSlasherClientMockRecorder) IsSlashableAttestation

func (mr *MockSlasherClientMockRecorder) IsSlashableAttestation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

IsSlashableAttestation indicates an expected call of IsSlashableAttestation.

func (*MockSlasherClientMockRecorder) IsSlashableBlock

func (mr *MockSlasherClientMockRecorder) IsSlashableBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

IsSlashableBlock indicates an expected call of IsSlashableBlock.

Jump to

Keyboard shortcuts

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