mock

package
v4.0.0-...-ae7b6de Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BeaconChainClient

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

BeaconChainClient is a mock of BeaconChainClient interface.

func NewMockBeaconChainClient

func NewMockBeaconChainClient(ctrl *gomock.Controller) *BeaconChainClient

NewMockBeaconChainClient creates a new mock instance.

func (*BeaconChainClient) AttestationPool

AttestationPool mocks base method.

func (*BeaconChainClient) EXPECT

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

func (*BeaconChainClient) GetBeaconConfig

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

GetBeaconConfig mocks base method.

func (*BeaconChainClient) GetChainHead

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

GetChainHead mocks base method.

func (*BeaconChainClient) GetIndividualVotes

GetIndividualVotes mocks base method.

func (*BeaconChainClient) GetValidator

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

GetValidator mocks base method.

func (*BeaconChainClient) GetValidatorActiveSetChanges

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

GetValidatorActiveSetChanges mocks base method.

func (*BeaconChainClient) GetValidatorParticipation

GetValidatorParticipation mocks base method.

func (*BeaconChainClient) GetValidatorPerformance

GetValidatorPerformance mocks base method.

func (*BeaconChainClient) GetValidatorQueue

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

GetValidatorQueue mocks base method.

func (*BeaconChainClient) ListAttestations

ListAttestations mocks base method.

func (*BeaconChainClient) ListBeaconBlocks

ListBeaconBlocks mocks base method.

func (*BeaconChainClient) ListBeaconCommittees

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

ListBeaconCommittees mocks base method.

func (*BeaconChainClient) ListIndexedAttestations

ListIndexedAttestations mocks base method.

func (*BeaconChainClient) ListValidatorAssignments

func (m *BeaconChainClient) ListValidatorAssignments(arg0 context.Context, arg1 *eth.ListValidatorAssignmentsRequest, arg2 ...grpc.CallOption) (*eth.ValidatorAssignments, error)

ListValidatorAssignments mocks base method.

func (*BeaconChainClient) ListValidatorBalances

func (m *BeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest, arg2 ...grpc.CallOption) (*eth.ValidatorBalances, error)

ListValidatorBalances mocks base method.

func (*BeaconChainClient) ListValidators

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

ListValidators mocks base method.

func (*BeaconChainClient) StreamAttestations

StreamAttestations mocks base method.

func (*BeaconChainClient) StreamBlocks

StreamBlocks mocks base method.

func (*BeaconChainClient) StreamChainHead

StreamChainHead mocks base method.

func (*BeaconChainClient) StreamIndexedAttestations

func (m *BeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamIndexedAttestationsClient, error)

StreamIndexedAttestations mocks base method.

func (*BeaconChainClient) StreamValidatorsInfo

StreamValidatorsInfo mocks base method.

func (*BeaconChainClient) SubmitAttesterSlashing

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

SubmitAttesterSlashing mocks base method.

func (*BeaconChainClient) SubmitProposerSlashing

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

SubmitProposerSlashing mocks base method.

type BeaconChainClientMockRecorder

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

BeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient.

func (*BeaconChainClientMockRecorder) AttestationPool

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

AttestationPool indicates an expected call of AttestationPool.

func (*BeaconChainClientMockRecorder) GetBeaconConfig

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

GetBeaconConfig indicates an expected call of GetBeaconConfig.

func (*BeaconChainClientMockRecorder) GetChainHead

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

GetChainHead indicates an expected call of GetChainHead.

func (*BeaconChainClientMockRecorder) GetIndividualVotes

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

GetIndividualVotes indicates an expected call of GetIndividualVotes.

func (*BeaconChainClientMockRecorder) GetValidator

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

GetValidator indicates an expected call of GetValidator.

func (*BeaconChainClientMockRecorder) GetValidatorActiveSetChanges

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

GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges.

func (*BeaconChainClientMockRecorder) GetValidatorParticipation

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

GetValidatorParticipation indicates an expected call of GetValidatorParticipation.

func (*BeaconChainClientMockRecorder) GetValidatorPerformance

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

GetValidatorPerformance indicates an expected call of GetValidatorPerformance.

func (*BeaconChainClientMockRecorder) GetValidatorQueue

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

GetValidatorQueue indicates an expected call of GetValidatorQueue.

func (*BeaconChainClientMockRecorder) ListAttestations

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

ListAttestations indicates an expected call of ListAttestations.

func (*BeaconChainClientMockRecorder) ListBeaconBlocks

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

ListBeaconBlocks indicates an expected call of ListBeaconBlocks.

func (*BeaconChainClientMockRecorder) ListBeaconCommittees

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

ListBeaconCommittees indicates an expected call of ListBeaconCommittees.

func (*BeaconChainClientMockRecorder) ListIndexedAttestations

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

ListIndexedAttestations indicates an expected call of ListIndexedAttestations.

func (*BeaconChainClientMockRecorder) ListValidatorAssignments

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

ListValidatorAssignments indicates an expected call of ListValidatorAssignments.

func (*BeaconChainClientMockRecorder) ListValidatorBalances

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

ListValidatorBalances indicates an expected call of ListValidatorBalances.

func (*BeaconChainClientMockRecorder) ListValidators

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

ListValidators indicates an expected call of ListValidators.

func (*BeaconChainClientMockRecorder) StreamAttestations

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

StreamAttestations indicates an expected call of StreamAttestations.

func (*BeaconChainClientMockRecorder) StreamBlocks

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

StreamBlocks indicates an expected call of StreamBlocks.

func (*BeaconChainClientMockRecorder) StreamChainHead

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

StreamChainHead indicates an expected call of StreamChainHead.

func (*BeaconChainClientMockRecorder) StreamIndexedAttestations

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

StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations.

func (*BeaconChainClientMockRecorder) StreamValidatorsInfo

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

StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo.

func (*BeaconChainClientMockRecorder) SubmitAttesterSlashing

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

SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing.

func (*BeaconChainClientMockRecorder) SubmitProposerSlashing

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

SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing.

type BeaconChain_StreamAttestationsClient

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

BeaconChain_StreamAttestationsClient is a mock of BeaconChain_StreamAttestationsClient interface.

func NewMockBeaconChain_StreamAttestationsClient

func NewMockBeaconChain_StreamAttestationsClient(ctrl *gomock.Controller) *BeaconChain_StreamAttestationsClient

NewMockBeaconChain_StreamAttestationsClient creates a new mock instance.

func (*BeaconChain_StreamAttestationsClient) CloseSend

CloseSend mocks base method.

func (*BeaconChain_StreamAttestationsClient) Context

Context mocks base method.

func (*BeaconChain_StreamAttestationsClient) EXPECT

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

func (*BeaconChain_StreamAttestationsClient) Header

Header mocks base method.

func (*BeaconChain_StreamAttestationsClient) Recv

Recv mocks base method.

func (*BeaconChain_StreamAttestationsClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamAttestationsClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamAttestationsClient) Trailer

Trailer mocks base method.

type BeaconChain_StreamAttestationsClientMockRecorder

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

BeaconChain_StreamAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsClient.

func (*BeaconChain_StreamAttestationsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconChain_StreamAttestationsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamAttestationsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconChain_StreamAttestationsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconChain_StreamAttestationsClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamAttestationsClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamAttestationsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconChain_StreamAttestationsServer

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

BeaconChain_StreamAttestationsServer is a mock of BeaconChain_StreamAttestationsServer interface.

func NewMockBeaconChain_StreamAttestationsServer

func NewMockBeaconChain_StreamAttestationsServer(ctrl *gomock.Controller) *BeaconChain_StreamAttestationsServer

NewMockBeaconChain_StreamAttestationsServer creates a new mock instance.

func (*BeaconChain_StreamAttestationsServer) Context

Context mocks base method.

func (*BeaconChain_StreamAttestationsServer) EXPECT

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

func (*BeaconChain_StreamAttestationsServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamAttestationsServer) Send

Send mocks base method.

func (*BeaconChain_StreamAttestationsServer) SendHeader

SendHeader mocks base method.

func (*BeaconChain_StreamAttestationsServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamAttestationsServer) SetHeader

SetHeader mocks base method.

func (*BeaconChain_StreamAttestationsServer) SetTrailer

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

SetTrailer mocks base method.

type BeaconChain_StreamAttestationsServerMockRecorder

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

BeaconChain_StreamAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsServer.

func (*BeaconChain_StreamAttestationsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamAttestationsServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamAttestationsServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*BeaconChain_StreamAttestationsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconChain_StreamAttestationsServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamAttestationsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconChain_StreamAttestationsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconChain_StreamBlocksClient

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

BeaconChain_StreamBlocksClient is a mock of BeaconChain_StreamBlocksClient interface.

func NewMockBeaconChain_StreamBlocksClient

func NewMockBeaconChain_StreamBlocksClient(ctrl *gomock.Controller) *BeaconChain_StreamBlocksClient

NewMockBeaconChain_StreamBlocksClient creates a new mock instance.

func (*BeaconChain_StreamBlocksClient) CloseSend

func (m *BeaconChain_StreamBlocksClient) CloseSend() error

CloseSend mocks base method.

func (*BeaconChain_StreamBlocksClient) Context

Context mocks base method.

func (*BeaconChain_StreamBlocksClient) EXPECT

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

func (*BeaconChain_StreamBlocksClient) Header

Header mocks base method.

func (*BeaconChain_StreamBlocksClient) Recv

Recv mocks base method.

func (*BeaconChain_StreamBlocksClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamBlocksClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamBlocksClient) Trailer

Trailer mocks base method.

type BeaconChain_StreamBlocksClientMockRecorder

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

BeaconChain_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksClient.

func (*BeaconChain_StreamBlocksClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconChain_StreamBlocksClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamBlocksClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconChain_StreamBlocksClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconChain_StreamBlocksClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamBlocksClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamBlocksClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconChain_StreamBlocksServer

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

BeaconChain_StreamBlocksServer is a mock of BeaconChain_StreamBlocksServer interface.

func NewMockBeaconChain_StreamBlocksServer

func NewMockBeaconChain_StreamBlocksServer(ctrl *gomock.Controller) *BeaconChain_StreamBlocksServer

NewMockBeaconChain_StreamBlocksServer creates a new mock instance.

func (*BeaconChain_StreamBlocksServer) Context

Context mocks base method.

func (*BeaconChain_StreamBlocksServer) EXPECT

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

func (*BeaconChain_StreamBlocksServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamBlocksServer) Send

Send mocks base method.

func (*BeaconChain_StreamBlocksServer) SendHeader

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

SendHeader mocks base method.

func (*BeaconChain_StreamBlocksServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamBlocksServer) SetHeader

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

SetHeader mocks base method.

func (*BeaconChain_StreamBlocksServer) SetTrailer

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

SetTrailer mocks base method.

type BeaconChain_StreamBlocksServerMockRecorder

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

BeaconChain_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksServer.

func (*BeaconChain_StreamBlocksServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamBlocksServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamBlocksServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*BeaconChain_StreamBlocksServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconChain_StreamBlocksServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamBlocksServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconChain_StreamBlocksServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconChain_StreamChainHeadClient

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

BeaconChain_StreamChainHeadClient is a mock of BeaconChain_StreamChainHeadClient interface.

func NewMockBeaconChain_StreamChainHeadClient

func NewMockBeaconChain_StreamChainHeadClient(ctrl *gomock.Controller) *BeaconChain_StreamChainHeadClient

NewMockBeaconChain_StreamChainHeadClient creates a new mock instance.

func (*BeaconChain_StreamChainHeadClient) CloseSend

CloseSend mocks base method.

func (*BeaconChain_StreamChainHeadClient) Context

Context mocks base method.

func (*BeaconChain_StreamChainHeadClient) EXPECT

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

func (*BeaconChain_StreamChainHeadClient) Header

Header mocks base method.

func (*BeaconChain_StreamChainHeadClient) Recv

Recv mocks base method.

func (*BeaconChain_StreamChainHeadClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamChainHeadClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamChainHeadClient) Trailer

Trailer mocks base method.

type BeaconChain_StreamChainHeadClientMockRecorder

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

BeaconChain_StreamChainHeadClientMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadClient.

func (*BeaconChain_StreamChainHeadClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconChain_StreamChainHeadClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamChainHeadClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconChain_StreamChainHeadClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconChain_StreamChainHeadClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamChainHeadClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamChainHeadClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconChain_StreamChainHeadServer

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

BeaconChain_StreamChainHeadServer is a mock of BeaconChain_StreamChainHeadServer interface.

func NewMockBeaconChain_StreamChainHeadServer

func NewMockBeaconChain_StreamChainHeadServer(ctrl *gomock.Controller) *BeaconChain_StreamChainHeadServer

NewMockBeaconChain_StreamChainHeadServer creates a new mock instance.

func (*BeaconChain_StreamChainHeadServer) Context

Context mocks base method.

func (*BeaconChain_StreamChainHeadServer) EXPECT

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

func (*BeaconChain_StreamChainHeadServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamChainHeadServer) Send

Send mocks base method.

func (*BeaconChain_StreamChainHeadServer) SendHeader

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

SendHeader mocks base method.

func (*BeaconChain_StreamChainHeadServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamChainHeadServer) SetHeader

SetHeader mocks base method.

func (*BeaconChain_StreamChainHeadServer) SetTrailer

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

SetTrailer mocks base method.

type BeaconChain_StreamChainHeadServerMockRecorder

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

BeaconChain_StreamChainHeadServerMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadServer.

func (*BeaconChain_StreamChainHeadServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamChainHeadServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamChainHeadServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*BeaconChain_StreamChainHeadServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconChain_StreamChainHeadServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamChainHeadServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconChain_StreamChainHeadServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconChain_StreamIndexedAttestationsClient

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

BeaconChain_StreamIndexedAttestationsClient is a mock of BeaconChain_StreamIndexedAttestationsClient interface.

func NewMockBeaconChain_StreamIndexedAttestationsClient

func NewMockBeaconChain_StreamIndexedAttestationsClient(ctrl *gomock.Controller) *BeaconChain_StreamIndexedAttestationsClient

NewMockBeaconChain_StreamIndexedAttestationsClient creates a new mock instance.

func (*BeaconChain_StreamIndexedAttestationsClient) CloseSend

CloseSend mocks base method.

func (*BeaconChain_StreamIndexedAttestationsClient) Context

Context mocks base method.

func (*BeaconChain_StreamIndexedAttestationsClient) EXPECT

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

func (*BeaconChain_StreamIndexedAttestationsClient) Header

Header mocks base method.

func (*BeaconChain_StreamIndexedAttestationsClient) Recv

Recv mocks base method.

func (*BeaconChain_StreamIndexedAttestationsClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamIndexedAttestationsClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamIndexedAttestationsClient) Trailer

Trailer mocks base method.

type BeaconChain_StreamIndexedAttestationsClientMockRecorder

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

BeaconChain_StreamIndexedAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsClient.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconChain_StreamIndexedAttestationsServer

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

BeaconChain_StreamIndexedAttestationsServer is a mock of BeaconChain_StreamIndexedAttestationsServer interface.

func NewMockBeaconChain_StreamIndexedAttestationsServer

func NewMockBeaconChain_StreamIndexedAttestationsServer(ctrl *gomock.Controller) *BeaconChain_StreamIndexedAttestationsServer

NewMockBeaconChain_StreamIndexedAttestationsServer creates a new mock instance.

func (*BeaconChain_StreamIndexedAttestationsServer) Context

Context mocks base method.

func (*BeaconChain_StreamIndexedAttestationsServer) EXPECT

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

func (*BeaconChain_StreamIndexedAttestationsServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamIndexedAttestationsServer) Send

Send mocks base method.

func (*BeaconChain_StreamIndexedAttestationsServer) SendHeader

SendHeader mocks base method.

func (*BeaconChain_StreamIndexedAttestationsServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamIndexedAttestationsServer) SetHeader

SetHeader mocks base method.

func (*BeaconChain_StreamIndexedAttestationsServer) SetTrailer

SetTrailer mocks base method.

type BeaconChain_StreamIndexedAttestationsServerMockRecorder

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

BeaconChain_StreamIndexedAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsServer.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconChain_StreamValidatorsInfoClient

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

BeaconChain_StreamValidatorsInfoClient is a mock of BeaconChain_StreamValidatorsInfoClient interface.

func NewMockBeaconChain_StreamValidatorsInfoClient

func NewMockBeaconChain_StreamValidatorsInfoClient(ctrl *gomock.Controller) *BeaconChain_StreamValidatorsInfoClient

NewMockBeaconChain_StreamValidatorsInfoClient creates a new mock instance.

func (*BeaconChain_StreamValidatorsInfoClient) CloseSend

CloseSend mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) Context

Context mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) EXPECT

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

func (*BeaconChain_StreamValidatorsInfoClient) Header

Header mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) Recv

Recv mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) Send

Send mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamValidatorsInfoClient) Trailer

Trailer mocks base method.

type BeaconChain_StreamValidatorsInfoClientMockRecorder

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

BeaconChain_StreamValidatorsInfoClientMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoClient.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) Send

Send indicates an expected call of Send.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconChain_StreamValidatorsInfoServer

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

BeaconChain_StreamValidatorsInfoServer is a mock of BeaconChain_StreamValidatorsInfoServer interface.

func NewMockBeaconChain_StreamValidatorsInfoServer

func NewMockBeaconChain_StreamValidatorsInfoServer(ctrl *gomock.Controller) *BeaconChain_StreamValidatorsInfoServer

NewMockBeaconChain_StreamValidatorsInfoServer creates a new mock instance.

func (*BeaconChain_StreamValidatorsInfoServer) Context

Context mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) EXPECT

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

func (*BeaconChain_StreamValidatorsInfoServer) Recv

Recv mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) Send

Send mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) SendHeader

SendHeader mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) SetHeader

SetHeader mocks base method.

func (*BeaconChain_StreamValidatorsInfoServer) SetTrailer

SetTrailer mocks base method.

type BeaconChain_StreamValidatorsInfoServerMockRecorder

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

BeaconChain_StreamValidatorsInfoServerMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoServer.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) Send

Send indicates an expected call of Send.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconNodeValidatorAltair_StreamBlocksClient

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

BeaconNodeValidatorAltair_StreamBlocksClient is a mock of BeaconNodeValidatorAltair_StreamBlocksClient interface

func NewMockBeaconNodeValidatorAltair_StreamBlocksClient

func NewMockBeaconNodeValidatorAltair_StreamBlocksClient(ctrl *gomock.Controller) *BeaconNodeValidatorAltair_StreamBlocksClient

NewMockBeaconNodeValidatorAltair_StreamBlocksClient creates a new mock instance

func (*BeaconNodeValidatorAltair_StreamBlocksClient) CloseSend

CloseSend mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksClient) Context

Context mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksClient) EXPECT

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

func (*BeaconNodeValidatorAltair_StreamBlocksClient) Header

Header mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksClient) Recv

Recv mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksClient) RecvMsg

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

RecvMsg mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksClient) SendMsg

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

SendMsg mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksClient) Trailer

Trailer mocks base method

type BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder

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

BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconNodeValidatorAltair_StreamBlocksClient

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Context

Context indicates an expected call of Context

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Header

Header indicates an expected call of Header

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type BeaconNodeValidatorAltair_StreamBlocksServer

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

BeaconNodeValidatorAltair_StreamBlocksServer is a mock of BeaconNodeValidatorAltair_StreamBlocksServer interface

func NewMockBeaconNodeValidatorAltair_StreamBlocksServer

func NewMockBeaconNodeValidatorAltair_StreamBlocksServer(ctrl *gomock.Controller) *BeaconNodeValidatorAltair_StreamBlocksServer

NewMockBeaconNodeValidatorAltair_StreamBlocksServer creates a new mock instance

func (*BeaconNodeValidatorAltair_StreamBlocksServer) Context

Context mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksServer) EXPECT

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

func (*BeaconNodeValidatorAltair_StreamBlocksServer) RecvMsg

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

RecvMsg mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksServer) Send

Send mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksServer) SendHeader

SendHeader mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksServer) SendMsg

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

SendMsg mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksServer) SetHeader

SetHeader mocks base method

func (*BeaconNodeValidatorAltair_StreamBlocksServer) SetTrailer

SetTrailer mocks base method

type BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder

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

BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconNodeValidatorAltair_StreamBlocksServer

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Context

Context indicates an expected call of Context

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Send

Send indicates an expected call of Send

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader

func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer

type BeaconNodeValidatorClient

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

BeaconNodeValidatorClient is a mock of BeaconNodeValidatorClient interface.

func NewMockBeaconNodeValidatorClient

func NewMockBeaconNodeValidatorClient(ctrl *gomock.Controller) *BeaconNodeValidatorClient

NewMockBeaconNodeValidatorClient creates a new mock instance.

func (*BeaconNodeValidatorClient) AggregatedSigAndAggregationBits

AggregatedSigAndAggregationBits mocks base method.

func (*BeaconNodeValidatorClient) AssignValidatorToSubnet

func (m *BeaconNodeValidatorClient) AssignValidatorToSubnet(arg0 context.Context, arg1 *eth.AssignValidatorToSubnetRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)

AssignValidatorToSubnet mocks base method.

func (*BeaconNodeValidatorClient) CheckDoppelGanger

CheckDoppelGanger mocks base method.

func (*BeaconNodeValidatorClient) DomainData

DomainData mocks base method.

func (*BeaconNodeValidatorClient) EXPECT

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

func (*BeaconNodeValidatorClient) GetAttestationData

GetAttestationData mocks base method.

func (*BeaconNodeValidatorClient) GetBeaconBlock

GetBeaconBlock mocks base method.

func (*BeaconNodeValidatorClient) GetDuties

GetDuties mocks base method.

func (*BeaconNodeValidatorClient) GetFeeRecipientByPubKey

GetFeeRecipientByPubKey mocks base method.

func (*BeaconNodeValidatorClient) GetSyncCommitteeContribution

GetSyncCommitteeContribution mocks base method.

func (*BeaconNodeValidatorClient) GetSyncMessageBlockRoot

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

GetSyncMessageBlockRoot mocks base method.

func (*BeaconNodeValidatorClient) GetSyncSubcommitteeIndex

GetSyncSubcommitteeIndex mocks base method.

func (*BeaconNodeValidatorClient) MultipleValidatorStatus

MultipleValidatorStatus mocks base method.

func (*BeaconNodeValidatorClient) PrepareBeaconProposer

func (m *BeaconNodeValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)

PrepareBeaconProposer mocks base method.

func (*BeaconNodeValidatorClient) ProposeAttestation

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

ProposeAttestation mocks base method.

func (*BeaconNodeValidatorClient) ProposeBeaconBlock

ProposeBeaconBlock mocks base method.

func (*BeaconNodeValidatorClient) ProposeExit

ProposeExit mocks base method.

func (*BeaconNodeValidatorClient) StreamBlocksAltair

StreamBlocksAltair mocks base method.

func (*BeaconNodeValidatorClient) StreamDuties

StreamDuties mocks base method.

func (*BeaconNodeValidatorClient) SubmitAggregateSelectionProof

func (m *BeaconNodeValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest, arg2 ...grpc.CallOption) (*eth.AggregateSelectionResponse, error)

SubmitAggregateSelectionProof mocks base method.

func (*BeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof

func (m *BeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest, arg2 ...grpc.CallOption) (*eth.SignedAggregateSubmitResponse, error)

SubmitSignedAggregateSelectionProof mocks base method.

func (*BeaconNodeValidatorClient) SubmitSignedContributionAndProof

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

SubmitSignedContributionAndProof mocks base method.

func (*BeaconNodeValidatorClient) SubmitSyncMessage

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

SubmitSyncMessage mocks base method.

func (*BeaconNodeValidatorClient) SubmitValidatorRegistrations

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

SubmitValidatorRegistrations mocks base method.

func (*BeaconNodeValidatorClient) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets mocks base method.

func (*BeaconNodeValidatorClient) ValidatorIndex

ValidatorIndex mocks base method.

func (*BeaconNodeValidatorClient) ValidatorStatus

ValidatorStatus mocks base method.

func (*BeaconNodeValidatorClient) WaitForActivation

WaitForActivation mocks base method.

func (*BeaconNodeValidatorClient) WaitForChainStart

WaitForChainStart mocks base method.

type BeaconNodeValidatorClientMockRecorder

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

BeaconNodeValidatorClientMockRecorder is the mock recorder for MockBeaconNodeValidatorClient.

func (*BeaconNodeValidatorClientMockRecorder) AggregatedSigAndAggregationBits

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

AggregatedSigAndAggregationBits indicates an expected call of AggregatedSigAndAggregationBits.

func (*BeaconNodeValidatorClientMockRecorder) AssignValidatorToSubnet

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

AssignValidatorToSubnet indicates an expected call of AssignValidatorToSubnet.

func (*BeaconNodeValidatorClientMockRecorder) CheckDoppelGanger

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

CheckDoppelGanger indicates an expected call of CheckDoppelGanger.

func (*BeaconNodeValidatorClientMockRecorder) DomainData

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

DomainData indicates an expected call of DomainData.

func (*BeaconNodeValidatorClientMockRecorder) GetAttestationData

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

GetAttestationData indicates an expected call of GetAttestationData.

func (*BeaconNodeValidatorClientMockRecorder) GetBeaconBlock

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

GetBeaconBlock indicates an expected call of GetBeaconBlock.

func (*BeaconNodeValidatorClientMockRecorder) GetDuties

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

GetDuties indicates an expected call of GetDuties.

func (*BeaconNodeValidatorClientMockRecorder) GetFeeRecipientByPubKey

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

GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.

func (*BeaconNodeValidatorClientMockRecorder) GetSyncCommitteeContribution

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

GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.

func (*BeaconNodeValidatorClientMockRecorder) GetSyncMessageBlockRoot

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

GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.

func (*BeaconNodeValidatorClientMockRecorder) GetSyncSubcommitteeIndex

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

GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.

func (*BeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus

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

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.

func (*BeaconNodeValidatorClientMockRecorder) PrepareBeaconProposer

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

PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.

func (*BeaconNodeValidatorClientMockRecorder) ProposeAttestation

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

ProposeAttestation indicates an expected call of ProposeAttestation.

func (*BeaconNodeValidatorClientMockRecorder) ProposeBeaconBlock

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

ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.

func (*BeaconNodeValidatorClientMockRecorder) ProposeExit

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

ProposeExit indicates an expected call of ProposeExit.

func (*BeaconNodeValidatorClientMockRecorder) StreamBlocksAltair

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

StreamBlocksAltair indicates an expected call of StreamBlocksAltair.

func (*BeaconNodeValidatorClientMockRecorder) StreamDuties

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

StreamDuties indicates an expected call of StreamDuties.

func (*BeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof

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

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.

func (*BeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof

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

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.

func (*BeaconNodeValidatorClientMockRecorder) SubmitSignedContributionAndProof

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

SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.

func (*BeaconNodeValidatorClientMockRecorder) SubmitSyncMessage

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

SubmitSyncMessage indicates an expected call of SubmitSyncMessage.

func (*BeaconNodeValidatorClientMockRecorder) SubmitValidatorRegistrations

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

SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.

func (*BeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.

func (*BeaconNodeValidatorClientMockRecorder) ValidatorIndex

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

ValidatorIndex indicates an expected call of ValidatorIndex.

func (*BeaconNodeValidatorClientMockRecorder) ValidatorStatus

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

ValidatorStatus indicates an expected call of ValidatorStatus.

func (*BeaconNodeValidatorClientMockRecorder) WaitForActivation

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

WaitForActivation indicates an expected call of WaitForActivation.

func (*BeaconNodeValidatorClientMockRecorder) WaitForChainStart

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

WaitForChainStart indicates an expected call of WaitForChainStart.

type BeaconNodeValidatorServer

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

BeaconNodeValidatorServer is a mock of BeaconNodeValidatorServer interface.

func NewMockBeaconNodeValidatorServer

func NewMockBeaconNodeValidatorServer(ctrl *gomock.Controller) *BeaconNodeValidatorServer

NewMockBeaconNodeValidatorServer creates a new mock instance.

func (*BeaconNodeValidatorServer) AggregatedSigAndAggregationBits

AggregatedSigAndAggregationBits mocks base method.

func (*BeaconNodeValidatorServer) AssignValidatorToSubnet

func (m *BeaconNodeValidatorServer) AssignValidatorToSubnet(arg0 context.Context, arg1 *eth.AssignValidatorToSubnetRequest) (*emptypb.Empty, error)

AssignValidatorToSubnet mocks base method.

func (*BeaconNodeValidatorServer) CheckDoppelGanger

CheckDoppelGanger mocks base method.

func (*BeaconNodeValidatorServer) DomainData

DomainData mocks base method.

func (*BeaconNodeValidatorServer) EXPECT

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

func (*BeaconNodeValidatorServer) GetAttestationData

GetAttestationData mocks base method.

func (*BeaconNodeValidatorServer) GetBeaconBlock

GetBeaconBlock mocks base method.

func (*BeaconNodeValidatorServer) GetDuties

GetDuties mocks base method.

func (*BeaconNodeValidatorServer) GetFeeRecipientByPubKey

GetFeeRecipientByPubKey mocks base method.

func (*BeaconNodeValidatorServer) GetSyncCommitteeContribution

GetSyncCommitteeContribution mocks base method.

func (*BeaconNodeValidatorServer) GetSyncMessageBlockRoot

func (m *BeaconNodeValidatorServer) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)

GetSyncMessageBlockRoot mocks base method.

func (*BeaconNodeValidatorServer) GetSyncSubcommitteeIndex

GetSyncSubcommitteeIndex mocks base method.

func (*BeaconNodeValidatorServer) MultipleValidatorStatus

MultipleValidatorStatus mocks base method.

func (*BeaconNodeValidatorServer) PrepareBeaconProposer

func (m *BeaconNodeValidatorServer) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)

PrepareBeaconProposer mocks base method.

func (*BeaconNodeValidatorServer) ProposeAttestation

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

ProposeAttestation mocks base method.

func (*BeaconNodeValidatorServer) ProposeBeaconBlock

ProposeBeaconBlock mocks base method.

func (*BeaconNodeValidatorServer) ProposeExit

ProposeExit mocks base method.

func (*BeaconNodeValidatorServer) StreamBlocksAltair

StreamBlocksAltair mocks base method.

func (*BeaconNodeValidatorServer) StreamDuties

StreamDuties mocks base method.

func (*BeaconNodeValidatorServer) SubmitAggregateSelectionProof

SubmitAggregateSelectionProof mocks base method.

func (*BeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof

func (m *BeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)

SubmitSignedAggregateSelectionProof mocks base method.

func (*BeaconNodeValidatorServer) SubmitSignedContributionAndProof

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

SubmitSignedContributionAndProof mocks base method.

func (*BeaconNodeValidatorServer) SubmitSyncMessage

func (m *BeaconNodeValidatorServer) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)

SubmitSyncMessage mocks base method.

func (*BeaconNodeValidatorServer) SubmitValidatorRegistrations

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

SubmitValidatorRegistrations mocks base method.

func (*BeaconNodeValidatorServer) SubscribeCommitteeSubnets

func (m *BeaconNodeValidatorServer) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest) (*emptypb.Empty, error)

SubscribeCommitteeSubnets mocks base method.

func (*BeaconNodeValidatorServer) ValidatorIndex

ValidatorIndex mocks base method.

func (*BeaconNodeValidatorServer) ValidatorStatus

ValidatorStatus mocks base method.

func (*BeaconNodeValidatorServer) WaitForActivation

WaitForActivation mocks base method.

func (*BeaconNodeValidatorServer) WaitForChainStart

WaitForChainStart mocks base method.

type BeaconNodeValidatorServerMockRecorder

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

BeaconNodeValidatorServerMockRecorder is the mock recorder for MockBeaconNodeValidatorServer.

func (*BeaconNodeValidatorServerMockRecorder) AggregatedSigAndAggregationBits

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

AggregatedSigAndAggregationBits indicates an expected call of AggregatedSigAndAggregationBits.

func (*BeaconNodeValidatorServerMockRecorder) AssignValidatorToSubnet

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

AssignValidatorToSubnet indicates an expected call of AssignValidatorToSubnet.

func (*BeaconNodeValidatorServerMockRecorder) CheckDoppelGanger

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

CheckDoppelGanger indicates an expected call of CheckDoppelGanger.

func (*BeaconNodeValidatorServerMockRecorder) DomainData

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

DomainData indicates an expected call of DomainData.

func (*BeaconNodeValidatorServerMockRecorder) GetAttestationData

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

GetAttestationData indicates an expected call of GetAttestationData.

func (*BeaconNodeValidatorServerMockRecorder) GetBeaconBlock

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

GetBeaconBlock indicates an expected call of GetBeaconBlock.

func (*BeaconNodeValidatorServerMockRecorder) GetDuties

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

GetDuties indicates an expected call of GetDuties.

func (*BeaconNodeValidatorServerMockRecorder) GetFeeRecipientByPubKey

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

GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.

func (*BeaconNodeValidatorServerMockRecorder) GetSyncCommitteeContribution

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

GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.

func (*BeaconNodeValidatorServerMockRecorder) GetSyncMessageBlockRoot

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

GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.

func (*BeaconNodeValidatorServerMockRecorder) GetSyncSubcommitteeIndex

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

GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.

func (*BeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus

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

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.

func (*BeaconNodeValidatorServerMockRecorder) PrepareBeaconProposer

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

PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.

func (*BeaconNodeValidatorServerMockRecorder) ProposeAttestation

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

ProposeAttestation indicates an expected call of ProposeAttestation.

func (*BeaconNodeValidatorServerMockRecorder) ProposeBeaconBlock

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

ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.

func (*BeaconNodeValidatorServerMockRecorder) ProposeExit

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

ProposeExit indicates an expected call of ProposeExit.

func (*BeaconNodeValidatorServerMockRecorder) StreamBlocksAltair

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

StreamBlocksAltair indicates an expected call of StreamBlocksAltair.

func (*BeaconNodeValidatorServerMockRecorder) StreamDuties

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

StreamDuties indicates an expected call of StreamDuties.

func (*BeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof

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

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.

func (*BeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof

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

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.

func (*BeaconNodeValidatorServerMockRecorder) SubmitSignedContributionAndProof

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

SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.

func (*BeaconNodeValidatorServerMockRecorder) SubmitSyncMessage

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

SubmitSyncMessage indicates an expected call of SubmitSyncMessage.

func (*BeaconNodeValidatorServerMockRecorder) SubmitValidatorRegistrations

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

SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.

func (*BeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.

func (*BeaconNodeValidatorServerMockRecorder) ValidatorIndex

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

ValidatorIndex indicates an expected call of ValidatorIndex.

func (*BeaconNodeValidatorServerMockRecorder) ValidatorStatus

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

ValidatorStatus indicates an expected call of ValidatorStatus.

func (*BeaconNodeValidatorServerMockRecorder) WaitForActivation

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

WaitForActivation indicates an expected call of WaitForActivation.

func (*BeaconNodeValidatorServerMockRecorder) WaitForChainStart

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

WaitForChainStart indicates an expected call of WaitForChainStart.

type BeaconNodeValidator_StreamDutiesClient

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

BeaconNodeValidator_StreamDutiesClient is a mock of BeaconNodeValidator_StreamDutiesClient interface.

func NewMockBeaconNodeValidator_StreamDutiesClient

func NewMockBeaconNodeValidator_StreamDutiesClient(ctrl *gomock.Controller) *BeaconNodeValidator_StreamDutiesClient

NewMockBeaconNodeValidator_StreamDutiesClient creates a new mock instance.

func (*BeaconNodeValidator_StreamDutiesClient) CloseSend

CloseSend mocks base method.

func (*BeaconNodeValidator_StreamDutiesClient) Context

Context mocks base method.

func (*BeaconNodeValidator_StreamDutiesClient) EXPECT

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

func (*BeaconNodeValidator_StreamDutiesClient) Header

Header mocks base method.

func (*BeaconNodeValidator_StreamDutiesClient) Recv

Recv mocks base method.

func (*BeaconNodeValidator_StreamDutiesClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconNodeValidator_StreamDutiesClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconNodeValidator_StreamDutiesClient) Trailer

Trailer mocks base method.

type BeaconNodeValidator_StreamDutiesClientMockRecorder

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

BeaconNodeValidator_StreamDutiesClientMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesClient.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconNodeValidator_StreamDutiesClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconNodeValidator_StreamDutiesServer

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

BeaconNodeValidator_StreamDutiesServer is a mock of BeaconNodeValidator_StreamDutiesServer interface.

func NewMockBeaconNodeValidator_StreamDutiesServer

func NewMockBeaconNodeValidator_StreamDutiesServer(ctrl *gomock.Controller) *BeaconNodeValidator_StreamDutiesServer

NewMockBeaconNodeValidator_StreamDutiesServer creates a new mock instance.

func (*BeaconNodeValidator_StreamDutiesServer) Context

Context mocks base method.

func (*BeaconNodeValidator_StreamDutiesServer) EXPECT

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

func (*BeaconNodeValidator_StreamDutiesServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconNodeValidator_StreamDutiesServer) Send

Send mocks base method.

func (*BeaconNodeValidator_StreamDutiesServer) SendHeader

SendHeader mocks base method.

func (*BeaconNodeValidator_StreamDutiesServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconNodeValidator_StreamDutiesServer) SetHeader

SetHeader mocks base method.

func (*BeaconNodeValidator_StreamDutiesServer) SetTrailer

SetTrailer mocks base method.

type BeaconNodeValidator_StreamDutiesServerMockRecorder

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

BeaconNodeValidator_StreamDutiesServerMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesServer.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) Send

Send indicates an expected call of Send.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconNodeValidator_WaitForActivationClient

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

BeaconNodeValidator_WaitForActivationClient is a mock of BeaconNodeValidator_WaitForActivationClient interface.

func NewMockBeaconNodeValidator_WaitForActivationClient

func NewMockBeaconNodeValidator_WaitForActivationClient(ctrl *gomock.Controller) *BeaconNodeValidator_WaitForActivationClient

NewMockBeaconNodeValidator_WaitForActivationClient creates a new mock instance.

func (*BeaconNodeValidator_WaitForActivationClient) CloseSend

CloseSend mocks base method.

func (*BeaconNodeValidator_WaitForActivationClient) Context

Context mocks base method.

func (*BeaconNodeValidator_WaitForActivationClient) EXPECT

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

func (*BeaconNodeValidator_WaitForActivationClient) Header

Header mocks base method.

func (*BeaconNodeValidator_WaitForActivationClient) Recv

Recv mocks base method.

func (*BeaconNodeValidator_WaitForActivationClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconNodeValidator_WaitForActivationClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconNodeValidator_WaitForActivationClient) Trailer

Trailer mocks base method.

type BeaconNodeValidator_WaitForActivationClientMockRecorder

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

BeaconNodeValidator_WaitForActivationClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationClient.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*BeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconNodeValidator_WaitForActivationServer

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

BeaconNodeValidator_WaitForActivationServer is a mock of BeaconNodeValidator_WaitForActivationServer interface.

func NewMockBeaconNodeValidator_WaitForActivationServer

func NewMockBeaconNodeValidator_WaitForActivationServer(ctrl *gomock.Controller) *BeaconNodeValidator_WaitForActivationServer

NewMockBeaconNodeValidator_WaitForActivationServer creates a new mock instance.

func (*BeaconNodeValidator_WaitForActivationServer) Context

Context mocks base method.

func (*BeaconNodeValidator_WaitForActivationServer) EXPECT

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

func (*BeaconNodeValidator_WaitForActivationServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconNodeValidator_WaitForActivationServer) Send

Send mocks base method.

func (*BeaconNodeValidator_WaitForActivationServer) SendHeader

SendHeader mocks base method.

func (*BeaconNodeValidator_WaitForActivationServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconNodeValidator_WaitForActivationServer) SetHeader

SetHeader mocks base method.

func (*BeaconNodeValidator_WaitForActivationServer) SetTrailer

SetTrailer mocks base method.

type BeaconNodeValidator_WaitForActivationServerMockRecorder

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

BeaconNodeValidator_WaitForActivationServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationServer.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) Send

Send indicates an expected call of Send.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type BeaconNodeValidator_WaitForChainStartClient

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

BeaconNodeValidator_WaitForChainStartClient is a mock of BeaconNodeValidator_WaitForChainStartClient interface.

func NewMockBeaconNodeValidator_WaitForChainStartClient

func NewMockBeaconNodeValidator_WaitForChainStartClient(ctrl *gomock.Controller) *BeaconNodeValidator_WaitForChainStartClient

NewMockBeaconNodeValidator_WaitForChainStartClient creates a new mock instance.

func (*BeaconNodeValidator_WaitForChainStartClient) CloseSend

CloseSend mocks base method.

func (*BeaconNodeValidator_WaitForChainStartClient) Context

Context mocks base method.

func (*BeaconNodeValidator_WaitForChainStartClient) EXPECT

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

func (*BeaconNodeValidator_WaitForChainStartClient) Header

Header mocks base method.

func (*BeaconNodeValidator_WaitForChainStartClient) Recv

Recv mocks base method.

func (*BeaconNodeValidator_WaitForChainStartClient) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconNodeValidator_WaitForChainStartClient) SendMsg

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

SendMsg mocks base method.

func (*BeaconNodeValidator_WaitForChainStartClient) Trailer

Trailer mocks base method.

type BeaconNodeValidator_WaitForChainStartClientMockRecorder

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

BeaconNodeValidator_WaitForChainStartClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartClient.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) Header

Header indicates an expected call of Header.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*BeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type BeaconNodeValidator_WaitForChainStartServer

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

BeaconNodeValidator_WaitForChainStartServer is a mock of BeaconNodeValidator_WaitForChainStartServer interface.

func NewMockBeaconNodeValidator_WaitForChainStartServer

func NewMockBeaconNodeValidator_WaitForChainStartServer(ctrl *gomock.Controller) *BeaconNodeValidator_WaitForChainStartServer

NewMockBeaconNodeValidator_WaitForChainStartServer creates a new mock instance.

func (*BeaconNodeValidator_WaitForChainStartServer) Context

Context mocks base method.

func (*BeaconNodeValidator_WaitForChainStartServer) EXPECT

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

func (*BeaconNodeValidator_WaitForChainStartServer) RecvMsg

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

RecvMsg mocks base method.

func (*BeaconNodeValidator_WaitForChainStartServer) Send

Send mocks base method.

func (*BeaconNodeValidator_WaitForChainStartServer) SendHeader

SendHeader mocks base method.

func (*BeaconNodeValidator_WaitForChainStartServer) SendMsg

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

SendMsg mocks base method.

func (*BeaconNodeValidator_WaitForChainStartServer) SetHeader

SetHeader mocks base method.

func (*BeaconNodeValidator_WaitForChainStartServer) SetTrailer

SetTrailer mocks base method.

type BeaconNodeValidator_WaitForChainStartServerMockRecorder

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

BeaconNodeValidator_WaitForChainStartServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartServer.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) Context

Context indicates an expected call of Context.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) Send

Send indicates an expected call of Send.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*BeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type EventsClient

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

MockEventsClient is a mock of EventsClient interface.

func NewMockEventsClient

func NewMockEventsClient(ctrl *gomock.Controller) *EventsClient

NewMockEventsClient creates a new mock instance.

func (*EventsClient) EXPECT

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

func (*EventsClient) StreamEvents

StreamEvents mocks base method.

type EventsClientMockRecorder

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

MockEventsClientMockRecorder is the mock recorder for MockEventsClient.

func (*EventsClientMockRecorder) StreamEvents

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

StreamEvents indicates an expected call of StreamEvents.

type Events_StreamEventsClient

type Events_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) *Events_StreamEventsClient

NewMockEvents_StreamEventsClient creates a new mock instance.

func (*Events_StreamEventsClient) CloseSend

func (m *Events_StreamEventsClient) CloseSend() error

CloseSend mocks base method.

func (*Events_StreamEventsClient) Context

Context mocks base method.

func (*Events_StreamEventsClient) EXPECT

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

func (*Events_StreamEventsClient) Header

func (m *Events_StreamEventsClient) Header() (metadata.MD, error)

Header mocks base method.

func (*Events_StreamEventsClient) Recv

Recv mocks base method.

func (*Events_StreamEventsClient) RecvMsg

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

RecvMsg mocks base method.

func (*Events_StreamEventsClient) SendMsg

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

SendMsg mocks base method.

func (*Events_StreamEventsClient) Trailer

func (m *Events_StreamEventsClient) Trailer() metadata.MD

Trailer mocks base method.

type Events_StreamEventsClientMockRecorder

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

MockEvents_StreamEventsClientMockRecorder is the mock recorder for MockEvents_StreamEventsClient.

func (*Events_StreamEventsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*Events_StreamEventsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*Events_StreamEventsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*Events_StreamEventsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*Events_StreamEventsClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*Events_StreamEventsClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*Events_StreamEventsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type Events_StreamEventsServer

type Events_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) *Events_StreamEventsServer

NewMockEvents_StreamEventsServer creates a new mock instance.

func (*Events_StreamEventsServer) Context

Context mocks base method.

func (*Events_StreamEventsServer) EXPECT

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

func (*Events_StreamEventsServer) RecvMsg

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

RecvMsg mocks base method.

func (*Events_StreamEventsServer) Send

Send mocks base method.

func (*Events_StreamEventsServer) SendHeader

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

SendHeader mocks base method.

func (*Events_StreamEventsServer) SendMsg

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

SendMsg mocks base method.

func (*Events_StreamEventsServer) SetHeader

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

SetHeader mocks base method.

func (*Events_StreamEventsServer) SetTrailer

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

SetTrailer mocks base method.

type Events_StreamEventsServerMockRecorder

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

MockEvents_StreamEventsServerMockRecorder is the mock recorder for MockEvents_StreamEventsServer.

func (*Events_StreamEventsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*Events_StreamEventsServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*Events_StreamEventsServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*Events_StreamEventsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*Events_StreamEventsServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*Events_StreamEventsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*Events_StreamEventsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type NodeClient

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

NodeClient is a mock of NodeClient interface.

func NewMockNodeClient

func NewMockNodeClient(ctrl *gomock.Controller) *NodeClient

NewMockNodeClient creates a new mock instance.

func (*NodeClient) EXPECT

func (m *NodeClient) EXPECT() *NodeClientMockRecorder

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

func (*NodeClient) GetETH1ConnectionStatus

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

GetETH1ConnectionStatus mocks base method.

func (*NodeClient) GetGenesis

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

GetGenesis mocks base method.

func (*NodeClient) GetHost

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

GetHost mocks base method.

func (*NodeClient) GetPeer

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

GetPeer mocks base method.

func (*NodeClient) GetSyncStatus

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

GetSyncStatus mocks base method.

func (*NodeClient) GetVersion

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

GetVersion mocks base method.

func (*NodeClient) ListImplementedServices

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

ListImplementedServices mocks base method.

func (*NodeClient) ListPeers

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

ListPeers mocks base method.

type NodeClientMockRecorder

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

NodeClientMockRecorder is the mock recorder for MockNodeClient.

func (*NodeClientMockRecorder) GetETH1ConnectionStatus

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

GetETH1ConnectionStatus indicates an expected call of GetETH1ConnectionStatus.

func (*NodeClientMockRecorder) GetGenesis

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

GetGenesis indicates an expected call of GetGenesis.

func (*NodeClientMockRecorder) GetHost

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

GetHost indicates an expected call of GetHost.

func (*NodeClientMockRecorder) GetPeer

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

GetPeer indicates an expected call of GetPeer.

func (*NodeClientMockRecorder) GetSyncStatus

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

GetSyncStatus indicates an expected call of GetSyncStatus.

func (*NodeClientMockRecorder) GetVersion

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

GetVersion indicates an expected call of GetVersion.

func (*NodeClientMockRecorder) ListImplementedServices

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

ListImplementedServices indicates an expected call of ListImplementedServices.

func (*NodeClientMockRecorder) ListPeers

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

ListPeers indicates an expected call of ListPeers.

type RemoteSignerClient

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

RemoteSignerClient is a mock of RemoteSignerClient interface.

func NewMockRemoteSignerClient

func NewMockRemoteSignerClient(ctrl *gomock.Controller) *RemoteSignerClient

NewMockRemoteSignerClient creates a new mock instance.

func (*RemoteSignerClient) EXPECT

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

func (*RemoteSignerClient) ListValidatingPublicKeys

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

ListValidatingPublicKeys mocks base method.

func (*RemoteSignerClient) Sign

Sign mocks base method.

type RemoteSignerClientMockRecorder

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

RemoteSignerClientMockRecorder is the mock recorder for MockRemoteSignerClient.

func (*RemoteSignerClientMockRecorder) ListValidatingPublicKeys

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

ListValidatingPublicKeys indicates an expected call of ListValidatingPublicKeys.

func (*RemoteSignerClientMockRecorder) Sign

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

Sign indicates an expected call of Sign.

Jump to

Keyboard shortcuts

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