mockgen

package
v0.0.0-...-15e8950 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package mockgen is a generated GoMock package.

Package mockgen is a generated GoMock package.

Package mockgen is a generated GoMock package.

Package mockgen is a generated GoMock package.

Package mockgen is a generated GoMock package.

Package mockgen is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDepotClient

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

MockDepotClient is a mock of DepotClient interface.

func NewMockDepotClient

func NewMockDepotClient(ctrl *gomock.Controller) *MockDepotClient

NewMockDepotClient creates a new mock instance.

func (*MockDepotClient) DownloadChunk

DownloadChunk mocks base method.

func (*MockDepotClient) EXPECT

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

func (*MockDepotClient) GetVersion

func (m *MockDepotClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*pbd.VersionResponse, error)

GetVersion mocks base method.

func (*MockDepotClient) ObjectStatus

ObjectStatus mocks base method.

func (*MockDepotClient) State

func (m *MockDepotClient) State(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*pbd.StateResponse, error)

State mocks base method.

func (*MockDepotClient) UploadChunk

UploadChunk mocks base method.

func (*MockDepotClient) UploadInit

UploadInit mocks base method.

type MockDepotClientMockRecorder

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

MockDepotClientMockRecorder is the mock recorder for MockDepotClient.

func (*MockDepotClientMockRecorder) DownloadChunk

func (mr *MockDepotClientMockRecorder) DownloadChunk(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DownloadChunk indicates an expected call of DownloadChunk.

func (*MockDepotClientMockRecorder) GetVersion

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

GetVersion indicates an expected call of GetVersion.

func (*MockDepotClientMockRecorder) ObjectStatus

func (mr *MockDepotClientMockRecorder) ObjectStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObjectStatus indicates an expected call of ObjectStatus.

func (*MockDepotClientMockRecorder) State

func (mr *MockDepotClientMockRecorder) State(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

State indicates an expected call of State.

func (*MockDepotClientMockRecorder) UploadChunk

func (mr *MockDepotClientMockRecorder) UploadChunk(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadChunk indicates an expected call of UploadChunk.

func (*MockDepotClientMockRecorder) UploadInit

func (mr *MockDepotClientMockRecorder) UploadInit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadInit indicates an expected call of UploadInit.

type MockInfoClient

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

MockInfoClient is a mock of InfoClient interface.

func NewMockInfoClient

func NewMockInfoClient(ctrl *gomock.Controller) *MockInfoClient

NewMockInfoClient creates a new mock instance.

func (*MockInfoClient) EXPECT

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

func (*MockInfoClient) GetGenesis

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

GetGenesis mocks base method.

func (*MockInfoClient) GetHost

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

GetHost mocks base method.

func (*MockInfoClient) GetPeer

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

GetPeer mocks base method.

func (*MockInfoClient) GetSyncStatus

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

GetSyncStatus mocks base method.

func (*MockInfoClient) GetVersion

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

GetVersion mocks base method.

func (*MockInfoClient) ListImplementedServices

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

ListImplementedServices mocks base method.

func (*MockInfoClient) ListPeers

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

ListPeers mocks base method.

type MockInfoClientMockRecorder

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

MockInfoClientMockRecorder is the mock recorder for MockInfoClient.

func (*MockInfoClientMockRecorder) GetGenesis

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

GetGenesis indicates an expected call of GetGenesis.

func (*MockInfoClientMockRecorder) GetHost

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

GetHost indicates an expected call of GetHost.

func (*MockInfoClientMockRecorder) GetPeer

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

GetPeer indicates an expected call of GetPeer.

func (*MockInfoClientMockRecorder) GetSyncStatus

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

GetSyncStatus indicates an expected call of GetSyncStatus.

func (*MockInfoClientMockRecorder) GetVersion

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

GetVersion indicates an expected call of GetVersion.

func (*MockInfoClientMockRecorder) ListImplementedServices

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

ListImplementedServices indicates an expected call of ListImplementedServices.

func (*MockInfoClientMockRecorder) ListPeers

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

ListPeers indicates an expected call of ListPeers.

type MockKeyManagerClient

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

MockKeyManagerClient is a mock of KeyManagerClient interface.

func NewMockKeyManagerClient

func NewMockKeyManagerClient(ctrl *gomock.Controller) *MockKeyManagerClient

NewMockKeyManagerClient creates a new mock instance.

func (*MockKeyManagerClient) EXPECT

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

func (*MockKeyManagerClient) ListPublicKeys

func (m *MockKeyManagerClient) ListPublicKeys(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*pbk.ListPublicKeysResponse, error)

ListPublicKeys mocks base method.

func (*MockKeyManagerClient) Sign

Sign mocks base method.

type MockKeyManagerClientMockRecorder

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

MockKeyManagerClientMockRecorder is the mock recorder for MockKeyManagerClient.

func (*MockKeyManagerClientMockRecorder) ListPublicKeys

func (mr *MockKeyManagerClientMockRecorder) ListPublicKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPublicKeys indicates an expected call of ListPublicKeys.

func (*MockKeyManagerClientMockRecorder) Sign

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

Sign indicates an expected call of Sign.

type MockNodeClient

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

MockNodeClient is a mock of NodeClient interface.

func NewMockNodeClient

func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient

NewMockNodeClient creates a new mock instance.

func (*MockNodeClient) AttestationPool

AttestationPool mocks base method.

func (*MockNodeClient) AuditorStatus

AuditorStatus mocks base method.

func (*MockNodeClient) CheckDoppelGanger

func (m *MockNodeClient) CheckDoppelGanger(arg0 context.Context, arg1 *pbc.DoppelGangerRequest, arg2 ...grpc.CallOption) (*pbc.DoppelGangerResponse, error)

CheckDoppelGanger mocks base method.

func (*MockNodeClient) EXPECT

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

func (*MockNodeClient) GetAccount

func (m *MockNodeClient) GetAccount(arg0 context.Context, arg1 *pbc.AccountRequest, arg2 ...grpc.CallOption) (*pbc.Account, error)

GetAccount mocks base method.

func (*MockNodeClient) GetAttestationData

func (m *MockNodeClient) GetAttestationData(arg0 context.Context, arg1 *pbc.AttestationDataRequest, arg2 ...grpc.CallOption) (*pbc.AttestationData, error)

GetAttestationData mocks base method.

func (*MockNodeClient) GetAuditor

func (m *MockNodeClient) GetAuditor(arg0 context.Context, arg1 *pbc.GetAuditorRequest, arg2 ...grpc.CallOption) (*pbc.Auditor, error)

GetAuditor mocks base method.

func (*MockNodeClient) GetBlockProposal

func (m *MockNodeClient) GetBlockProposal(arg0 context.Context, arg1 *pbc.BlockProposalRequest, arg2 ...grpc.CallOption) (*pbc.Block, error)

GetBlockProposal mocks base method.

func (*MockNodeClient) GetChainConfig

func (m *MockNodeClient) GetChainConfig(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*pbc.ChainConfig, error)

GetChainConfig mocks base method.

func (*MockNodeClient) GetChainHead

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

GetChainHead mocks base method.

func (*MockNodeClient) GetDuties

func (m *MockNodeClient) GetDuties(arg0 context.Context, arg1 *pbc.DutiesRequest, arg2 ...grpc.CallOption) (*pbc.DutiesResponse, error)

GetDuties mocks base method.

func (*MockNodeClient) GetIndividualVotes

func (m *MockNodeClient) GetIndividualVotes(arg0 context.Context, arg1 *pbc.IndividualVotesRequest, arg2 ...grpc.CallOption) (*pbc.IndividualVotesRespond, error)

GetIndividualVotes mocks base method.

func (*MockNodeClient) GetPoRChallenge

GetPoRChallenge mocks base method.

func (*MockNodeClient) GetStateChanges

func (m *MockNodeClient) GetStateChanges(arg0 context.Context, arg1 *pbc.StateChangeRequest, arg2 ...grpc.CallOption) (*pbc.StateChangeResponse, error)

GetStateChanges mocks base method.

func (*MockNodeClient) GetStorageContract

GetStorageContract mocks base method.

func (*MockNodeClient) GetTransaction

GetTransaction mocks base method.

func (*MockNodeClient) GetValidator

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

GetValidator mocks base method.

func (*MockNodeClient) GetValidatorActiveSetChanges

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

GetValidatorActiveSetChanges mocks base method.

func (*MockNodeClient) GetValidatorParticipation

GetValidatorParticipation mocks base method.

func (*MockNodeClient) GetValidatorPerformance

GetValidatorPerformance mocks base method.

func (*MockNodeClient) GetValidatorQueue

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

GetValidatorQueue mocks base method.

func (*MockNodeClient) GetWeakSubjectivityCheckpoint

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

GetWeakSubjectivityCheckpoint mocks base method.

func (*MockNodeClient) ListAttestations

ListAttestations mocks base method.

func (*MockNodeClient) ListBlocks

ListBlocks mocks base method.

func (*MockNodeClient) ListCommittees

func (m *MockNodeClient) ListCommittees(arg0 context.Context, arg1 *pbc.ListCommitteesRequest, arg2 ...grpc.CallOption) (*pbc.Committees, error)

ListCommittees mocks base method.

func (*MockNodeClient) ListIndexedAttestations

ListIndexedAttestations mocks base method.

func (*MockNodeClient) ListValidatorAssignments

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

ListValidatorAssignments mocks base method.

func (*MockNodeClient) ListValidatorBalances

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

ListValidatorBalances mocks base method.

func (*MockNodeClient) ListValidators

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

ListValidators mocks base method.

func (*MockNodeClient) MultipleValidatorStatus

MultipleValidatorStatus mocks base method.

func (*MockNodeClient) ProposeAttestation

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

ProposeAttestation mocks base method.

func (*MockNodeClient) ProposeBlock

func (m *MockNodeClient) ProposeBlock(arg0 context.Context, arg1 *pbc.SignedBlock, arg2 ...grpc.CallOption) (*pbc.ProposeResponse, error)

ProposeBlock mocks base method.

func (*MockNodeClient) StreamAttestations

func (m *MockNodeClient) StreamAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (pbc.Node_StreamAttestationsClient, error)

StreamAttestations mocks base method.

func (*MockNodeClient) StreamBlocks

StreamBlocks mocks base method.

func (*MockNodeClient) StreamChainHead

func (m *MockNodeClient) StreamChainHead(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (pbc.Node_StreamChainHeadClient, error)

StreamChainHead mocks base method.

func (*MockNodeClient) StreamDuties

StreamDuties mocks base method.

func (*MockNodeClient) StreamIndexedAttestations

func (m *MockNodeClient) StreamIndexedAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (pbc.Node_StreamIndexedAttestationsClient, error)

StreamIndexedAttestations mocks base method.

func (*MockNodeClient) StreamValidatorsInfo

func (m *MockNodeClient) StreamValidatorsInfo(arg0 context.Context, arg1 ...grpc.CallOption) (pbc.Node_StreamValidatorsInfoClient, error)

StreamValidatorsInfo mocks base method.

func (*MockNodeClient) SubmitAggregateSelectionProof

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

SubmitAggregateSelectionProof mocks base method.

func (*MockNodeClient) SubmitAttesterSlashing

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

SubmitAttesterSlashing mocks base method.

func (*MockNodeClient) SubmitProposerSlashing

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

SubmitProposerSlashing mocks base method.

func (*MockNodeClient) SubmitSignedAggregateSelectionProof

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

SubmitSignedAggregateSelectionProof mocks base method.

func (*MockNodeClient) SubmitTx

SubmitTx mocks base method.

func (*MockNodeClient) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets mocks base method.

func (*MockNodeClient) ValidatorIndex

ValidatorIndex mocks base method.

func (*MockNodeClient) ValidatorStatus

ValidatorStatus mocks base method.

func (*MockNodeClient) WaitForActivation

WaitForActivation mocks base method.

func (*MockNodeClient) WaitForChainStart

func (m *MockNodeClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (pbc.Node_WaitForChainStartClient, error)

WaitForChainStart mocks base method.

type MockNodeClientMockRecorder

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

MockNodeClientMockRecorder is the mock recorder for MockNodeClient.

func (*MockNodeClientMockRecorder) AttestationPool

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

AttestationPool indicates an expected call of AttestationPool.

func (*MockNodeClientMockRecorder) AuditorStatus

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

AuditorStatus indicates an expected call of AuditorStatus.

func (*MockNodeClientMockRecorder) CheckDoppelGanger

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

CheckDoppelGanger indicates an expected call of CheckDoppelGanger.

func (*MockNodeClientMockRecorder) GetAccount

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

GetAccount indicates an expected call of GetAccount.

func (*MockNodeClientMockRecorder) GetAttestationData

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

GetAttestationData indicates an expected call of GetAttestationData.

func (*MockNodeClientMockRecorder) GetAuditor

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

GetAuditor indicates an expected call of GetAuditor.

func (*MockNodeClientMockRecorder) GetBlockProposal

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

GetBlockProposal indicates an expected call of GetBlockProposal.

func (*MockNodeClientMockRecorder) GetChainConfig

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

GetChainConfig indicates an expected call of GetChainConfig.

func (*MockNodeClientMockRecorder) GetChainHead

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

GetChainHead indicates an expected call of GetChainHead.

func (*MockNodeClientMockRecorder) GetDuties

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

GetDuties indicates an expected call of GetDuties.

func (*MockNodeClientMockRecorder) GetIndividualVotes

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

GetIndividualVotes indicates an expected call of GetIndividualVotes.

func (*MockNodeClientMockRecorder) GetPoRChallenge

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

GetPoRChallenge indicates an expected call of GetPoRChallenge.

func (*MockNodeClientMockRecorder) GetStateChanges

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

GetStateChanges indicates an expected call of GetStateChanges.

func (*MockNodeClientMockRecorder) GetStorageContract

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

GetStorageContract indicates an expected call of GetStorageContract.

func (*MockNodeClientMockRecorder) GetTransaction

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

GetTransaction indicates an expected call of GetTransaction.

func (*MockNodeClientMockRecorder) GetValidator

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

GetValidator indicates an expected call of GetValidator.

func (*MockNodeClientMockRecorder) GetValidatorActiveSetChanges

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

GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges.

func (*MockNodeClientMockRecorder) GetValidatorParticipation

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

GetValidatorParticipation indicates an expected call of GetValidatorParticipation.

func (*MockNodeClientMockRecorder) GetValidatorPerformance

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

GetValidatorPerformance indicates an expected call of GetValidatorPerformance.

func (*MockNodeClientMockRecorder) GetValidatorQueue

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

GetValidatorQueue indicates an expected call of GetValidatorQueue.

func (*MockNodeClientMockRecorder) GetWeakSubjectivityCheckpoint

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

GetWeakSubjectivityCheckpoint indicates an expected call of GetWeakSubjectivityCheckpoint.

func (*MockNodeClientMockRecorder) ListAttestations

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

ListAttestations indicates an expected call of ListAttestations.

func (*MockNodeClientMockRecorder) ListBlocks

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

ListBlocks indicates an expected call of ListBlocks.

func (*MockNodeClientMockRecorder) ListCommittees

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

ListCommittees indicates an expected call of ListCommittees.

func (*MockNodeClientMockRecorder) ListIndexedAttestations

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

ListIndexedAttestations indicates an expected call of ListIndexedAttestations.

func (*MockNodeClientMockRecorder) ListValidatorAssignments

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

ListValidatorAssignments indicates an expected call of ListValidatorAssignments.

func (*MockNodeClientMockRecorder) ListValidatorBalances

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

ListValidatorBalances indicates an expected call of ListValidatorBalances.

func (*MockNodeClientMockRecorder) ListValidators

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

ListValidators indicates an expected call of ListValidators.

func (*MockNodeClientMockRecorder) MultipleValidatorStatus

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

MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.

func (*MockNodeClientMockRecorder) ProposeAttestation

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

ProposeAttestation indicates an expected call of ProposeAttestation.

func (*MockNodeClientMockRecorder) ProposeBlock

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

ProposeBlock indicates an expected call of ProposeBlock.

func (*MockNodeClientMockRecorder) StreamAttestations

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

StreamAttestations indicates an expected call of StreamAttestations.

func (*MockNodeClientMockRecorder) StreamBlocks

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

StreamBlocks indicates an expected call of StreamBlocks.

func (*MockNodeClientMockRecorder) StreamChainHead

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

StreamChainHead indicates an expected call of StreamChainHead.

func (*MockNodeClientMockRecorder) StreamDuties

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

StreamDuties indicates an expected call of StreamDuties.

func (*MockNodeClientMockRecorder) StreamIndexedAttestations

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

StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations.

func (*MockNodeClientMockRecorder) StreamValidatorsInfo

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

StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo.

func (*MockNodeClientMockRecorder) SubmitAggregateSelectionProof

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

SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.

func (*MockNodeClientMockRecorder) SubmitAttesterSlashing

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

SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing.

func (*MockNodeClientMockRecorder) SubmitProposerSlashing

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

SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing.

func (*MockNodeClientMockRecorder) SubmitSignedAggregateSelectionProof

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

SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.

func (*MockNodeClientMockRecorder) SubmitTx

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

SubmitTx indicates an expected call of SubmitTx.

func (*MockNodeClientMockRecorder) SubscribeCommitteeSubnets

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

SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.

func (*MockNodeClientMockRecorder) ValidatorIndex

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

ValidatorIndex indicates an expected call of ValidatorIndex.

func (*MockNodeClientMockRecorder) ValidatorStatus

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

ValidatorStatus indicates an expected call of ValidatorStatus.

func (*MockNodeClientMockRecorder) WaitForActivation

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

WaitForActivation indicates an expected call of WaitForActivation.

func (*MockNodeClientMockRecorder) WaitForChainStart

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

WaitForChainStart indicates an expected call of WaitForChainStart.

type MockNode_StreamAttestationsClient

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

MockNode_StreamAttestationsClient is a mock of Node_StreamAttestationsClient interface.

func NewMockNode_StreamAttestationsClient

func NewMockNode_StreamAttestationsClient(ctrl *gomock.Controller) *MockNode_StreamAttestationsClient

NewMockNode_StreamAttestationsClient creates a new mock instance.

func (*MockNode_StreamAttestationsClient) CloseSend

CloseSend mocks base method.

func (*MockNode_StreamAttestationsClient) Context

Context mocks base method.

func (*MockNode_StreamAttestationsClient) EXPECT

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

func (*MockNode_StreamAttestationsClient) Header

Header mocks base method.

func (*MockNode_StreamAttestationsClient) Recv

Recv mocks base method.

func (*MockNode_StreamAttestationsClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamAttestationsClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamAttestationsClient) Trailer

Trailer mocks base method.

type MockNode_StreamAttestationsClientMockRecorder

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

MockNode_StreamAttestationsClientMockRecorder is the mock recorder for MockNode_StreamAttestationsClient.

func (*MockNode_StreamAttestationsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_StreamAttestationsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamAttestationsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_StreamAttestationsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamAttestationsClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamAttestationsClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamAttestationsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_StreamAttestationsServer

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

MockNode_StreamAttestationsServer is a mock of Node_StreamAttestationsServer interface.

func NewMockNode_StreamAttestationsServer

func NewMockNode_StreamAttestationsServer(ctrl *gomock.Controller) *MockNode_StreamAttestationsServer

NewMockNode_StreamAttestationsServer creates a new mock instance.

func (*MockNode_StreamAttestationsServer) Context

Context mocks base method.

func (*MockNode_StreamAttestationsServer) EXPECT

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

func (*MockNode_StreamAttestationsServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamAttestationsServer) Send

Send mocks base method.

func (*MockNode_StreamAttestationsServer) SendHeader

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

SendHeader mocks base method.

func (*MockNode_StreamAttestationsServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamAttestationsServer) SetHeader

SetHeader mocks base method.

func (*MockNode_StreamAttestationsServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_StreamAttestationsServerMockRecorder

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

MockNode_StreamAttestationsServerMockRecorder is the mock recorder for MockNode_StreamAttestationsServer.

func (*MockNode_StreamAttestationsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamAttestationsServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamAttestationsServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_StreamAttestationsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_StreamAttestationsServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamAttestationsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_StreamAttestationsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_StreamBlocksClient

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

MockNode_StreamBlocksClient is a mock of Node_StreamBlocksClient interface.

func NewMockNode_StreamBlocksClient

func NewMockNode_StreamBlocksClient(ctrl *gomock.Controller) *MockNode_StreamBlocksClient

NewMockNode_StreamBlocksClient creates a new mock instance.

func (*MockNode_StreamBlocksClient) CloseSend

func (m *MockNode_StreamBlocksClient) CloseSend() error

CloseSend mocks base method.

func (*MockNode_StreamBlocksClient) Context

Context mocks base method.

func (*MockNode_StreamBlocksClient) EXPECT

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

func (*MockNode_StreamBlocksClient) Header

Header mocks base method.

func (*MockNode_StreamBlocksClient) Recv

Recv mocks base method.

func (*MockNode_StreamBlocksClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamBlocksClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamBlocksClient) Trailer

Trailer mocks base method.

type MockNode_StreamBlocksClientMockRecorder

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

MockNode_StreamBlocksClientMockRecorder is the mock recorder for MockNode_StreamBlocksClient.

func (*MockNode_StreamBlocksClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_StreamBlocksClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamBlocksClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_StreamBlocksClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamBlocksClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamBlocksClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamBlocksClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_StreamBlocksServer

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

MockNode_StreamBlocksServer is a mock of Node_StreamBlocksServer interface.

func NewMockNode_StreamBlocksServer

func NewMockNode_StreamBlocksServer(ctrl *gomock.Controller) *MockNode_StreamBlocksServer

NewMockNode_StreamBlocksServer creates a new mock instance.

func (*MockNode_StreamBlocksServer) Context

Context mocks base method.

func (*MockNode_StreamBlocksServer) EXPECT

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

func (*MockNode_StreamBlocksServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamBlocksServer) Send

Send mocks base method.

func (*MockNode_StreamBlocksServer) SendHeader

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

SendHeader mocks base method.

func (*MockNode_StreamBlocksServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamBlocksServer) SetHeader

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

SetHeader mocks base method.

func (*MockNode_StreamBlocksServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_StreamBlocksServerMockRecorder

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

MockNode_StreamBlocksServerMockRecorder is the mock recorder for MockNode_StreamBlocksServer.

func (*MockNode_StreamBlocksServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamBlocksServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamBlocksServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_StreamBlocksServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_StreamBlocksServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamBlocksServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_StreamBlocksServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_StreamChainHeadClient

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

MockNode_StreamChainHeadClient is a mock of Node_StreamChainHeadClient interface.

func NewMockNode_StreamChainHeadClient

func NewMockNode_StreamChainHeadClient(ctrl *gomock.Controller) *MockNode_StreamChainHeadClient

NewMockNode_StreamChainHeadClient creates a new mock instance.

func (*MockNode_StreamChainHeadClient) CloseSend

func (m *MockNode_StreamChainHeadClient) CloseSend() error

CloseSend mocks base method.

func (*MockNode_StreamChainHeadClient) Context

Context mocks base method.

func (*MockNode_StreamChainHeadClient) EXPECT

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

func (*MockNode_StreamChainHeadClient) Header

Header mocks base method.

func (*MockNode_StreamChainHeadClient) Recv

Recv mocks base method.

func (*MockNode_StreamChainHeadClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamChainHeadClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamChainHeadClient) Trailer

Trailer mocks base method.

type MockNode_StreamChainHeadClientMockRecorder

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

MockNode_StreamChainHeadClientMockRecorder is the mock recorder for MockNode_StreamChainHeadClient.

func (*MockNode_StreamChainHeadClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_StreamChainHeadClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamChainHeadClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_StreamChainHeadClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamChainHeadClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamChainHeadClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamChainHeadClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_StreamChainHeadServer

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

MockNode_StreamChainHeadServer is a mock of Node_StreamChainHeadServer interface.

func NewMockNode_StreamChainHeadServer

func NewMockNode_StreamChainHeadServer(ctrl *gomock.Controller) *MockNode_StreamChainHeadServer

NewMockNode_StreamChainHeadServer creates a new mock instance.

func (*MockNode_StreamChainHeadServer) Context

Context mocks base method.

func (*MockNode_StreamChainHeadServer) EXPECT

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

func (*MockNode_StreamChainHeadServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamChainHeadServer) Send

Send mocks base method.

func (*MockNode_StreamChainHeadServer) SendHeader

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

SendHeader mocks base method.

func (*MockNode_StreamChainHeadServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamChainHeadServer) SetHeader

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

SetHeader mocks base method.

func (*MockNode_StreamChainHeadServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_StreamChainHeadServerMockRecorder

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

MockNode_StreamChainHeadServerMockRecorder is the mock recorder for MockNode_StreamChainHeadServer.

func (*MockNode_StreamChainHeadServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamChainHeadServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamChainHeadServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_StreamChainHeadServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_StreamChainHeadServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamChainHeadServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_StreamChainHeadServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_StreamDutiesClient

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

MockNode_StreamDutiesClient is a mock of Node_StreamDutiesClient interface.

func NewMockNode_StreamDutiesClient

func NewMockNode_StreamDutiesClient(ctrl *gomock.Controller) *MockNode_StreamDutiesClient

NewMockNode_StreamDutiesClient creates a new mock instance.

func (*MockNode_StreamDutiesClient) CloseSend

func (m *MockNode_StreamDutiesClient) CloseSend() error

CloseSend mocks base method.

func (*MockNode_StreamDutiesClient) Context

Context mocks base method.

func (*MockNode_StreamDutiesClient) EXPECT

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

func (*MockNode_StreamDutiesClient) Header

Header mocks base method.

func (*MockNode_StreamDutiesClient) Recv

Recv mocks base method.

func (*MockNode_StreamDutiesClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamDutiesClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamDutiesClient) Trailer

Trailer mocks base method.

type MockNode_StreamDutiesClientMockRecorder

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

MockNode_StreamDutiesClientMockRecorder is the mock recorder for MockNode_StreamDutiesClient.

func (*MockNode_StreamDutiesClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_StreamDutiesClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamDutiesClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_StreamDutiesClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamDutiesClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamDutiesClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamDutiesClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_StreamDutiesServer

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

MockNode_StreamDutiesServer is a mock of Node_StreamDutiesServer interface.

func NewMockNode_StreamDutiesServer

func NewMockNode_StreamDutiesServer(ctrl *gomock.Controller) *MockNode_StreamDutiesServer

NewMockNode_StreamDutiesServer creates a new mock instance.

func (*MockNode_StreamDutiesServer) Context

Context mocks base method.

func (*MockNode_StreamDutiesServer) EXPECT

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

func (*MockNode_StreamDutiesServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamDutiesServer) Send

Send mocks base method.

func (*MockNode_StreamDutiesServer) SendHeader

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

SendHeader mocks base method.

func (*MockNode_StreamDutiesServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamDutiesServer) SetHeader

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

SetHeader mocks base method.

func (*MockNode_StreamDutiesServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_StreamDutiesServerMockRecorder

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

MockNode_StreamDutiesServerMockRecorder is the mock recorder for MockNode_StreamDutiesServer.

func (*MockNode_StreamDutiesServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamDutiesServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamDutiesServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_StreamDutiesServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_StreamDutiesServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamDutiesServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_StreamDutiesServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_StreamIndexedAttestationsClient

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

MockNode_StreamIndexedAttestationsClient is a mock of Node_StreamIndexedAttestationsClient interface.

func NewMockNode_StreamIndexedAttestationsClient

func NewMockNode_StreamIndexedAttestationsClient(ctrl *gomock.Controller) *MockNode_StreamIndexedAttestationsClient

NewMockNode_StreamIndexedAttestationsClient creates a new mock instance.

func (*MockNode_StreamIndexedAttestationsClient) CloseSend

CloseSend mocks base method.

func (*MockNode_StreamIndexedAttestationsClient) Context

Context mocks base method.

func (*MockNode_StreamIndexedAttestationsClient) EXPECT

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

func (*MockNode_StreamIndexedAttestationsClient) Header

Header mocks base method.

func (*MockNode_StreamIndexedAttestationsClient) Recv

Recv mocks base method.

func (*MockNode_StreamIndexedAttestationsClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamIndexedAttestationsClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamIndexedAttestationsClient) Trailer

Trailer mocks base method.

type MockNode_StreamIndexedAttestationsClientMockRecorder

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

MockNode_StreamIndexedAttestationsClientMockRecorder is the mock recorder for MockNode_StreamIndexedAttestationsClient.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamIndexedAttestationsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_StreamIndexedAttestationsServer

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

MockNode_StreamIndexedAttestationsServer is a mock of Node_StreamIndexedAttestationsServer interface.

func NewMockNode_StreamIndexedAttestationsServer

func NewMockNode_StreamIndexedAttestationsServer(ctrl *gomock.Controller) *MockNode_StreamIndexedAttestationsServer

NewMockNode_StreamIndexedAttestationsServer creates a new mock instance.

func (*MockNode_StreamIndexedAttestationsServer) Context

Context mocks base method.

func (*MockNode_StreamIndexedAttestationsServer) EXPECT

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

func (*MockNode_StreamIndexedAttestationsServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamIndexedAttestationsServer) Send

Send mocks base method.

func (*MockNode_StreamIndexedAttestationsServer) SendHeader

SendHeader mocks base method.

func (*MockNode_StreamIndexedAttestationsServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamIndexedAttestationsServer) SetHeader

SetHeader mocks base method.

func (*MockNode_StreamIndexedAttestationsServer) SetTrailer

SetTrailer mocks base method.

type MockNode_StreamIndexedAttestationsServerMockRecorder

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

MockNode_StreamIndexedAttestationsServerMockRecorder is the mock recorder for MockNode_StreamIndexedAttestationsServer.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_StreamIndexedAttestationsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_StreamValidatorsInfoClient

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

MockNode_StreamValidatorsInfoClient is a mock of Node_StreamValidatorsInfoClient interface.

func NewMockNode_StreamValidatorsInfoClient

func NewMockNode_StreamValidatorsInfoClient(ctrl *gomock.Controller) *MockNode_StreamValidatorsInfoClient

NewMockNode_StreamValidatorsInfoClient creates a new mock instance.

func (*MockNode_StreamValidatorsInfoClient) CloseSend

CloseSend mocks base method.

func (*MockNode_StreamValidatorsInfoClient) Context

Context mocks base method.

func (*MockNode_StreamValidatorsInfoClient) EXPECT

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

func (*MockNode_StreamValidatorsInfoClient) Header

Header mocks base method.

func (*MockNode_StreamValidatorsInfoClient) Recv

Recv mocks base method.

func (*MockNode_StreamValidatorsInfoClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamValidatorsInfoClient) Send

Send mocks base method.

func (*MockNode_StreamValidatorsInfoClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamValidatorsInfoClient) Trailer

Trailer mocks base method.

type MockNode_StreamValidatorsInfoClientMockRecorder

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

MockNode_StreamValidatorsInfoClientMockRecorder is the mock recorder for MockNode_StreamValidatorsInfoClient.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamValidatorsInfoClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_StreamValidatorsInfoServer

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

MockNode_StreamValidatorsInfoServer is a mock of Node_StreamValidatorsInfoServer interface.

func NewMockNode_StreamValidatorsInfoServer

func NewMockNode_StreamValidatorsInfoServer(ctrl *gomock.Controller) *MockNode_StreamValidatorsInfoServer

NewMockNode_StreamValidatorsInfoServer creates a new mock instance.

func (*MockNode_StreamValidatorsInfoServer) Context

Context mocks base method.

func (*MockNode_StreamValidatorsInfoServer) EXPECT

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

func (*MockNode_StreamValidatorsInfoServer) Recv

Recv mocks base method.

func (*MockNode_StreamValidatorsInfoServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_StreamValidatorsInfoServer) Send

Send mocks base method.

func (*MockNode_StreamValidatorsInfoServer) SendHeader

SendHeader mocks base method.

func (*MockNode_StreamValidatorsInfoServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_StreamValidatorsInfoServer) SetHeader

SetHeader mocks base method.

func (*MockNode_StreamValidatorsInfoServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_StreamValidatorsInfoServerMockRecorder

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

MockNode_StreamValidatorsInfoServerMockRecorder is the mock recorder for MockNode_StreamValidatorsInfoServer.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_StreamValidatorsInfoServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_WaitForActivationClient

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

MockNode_WaitForActivationClient is a mock of Node_WaitForActivationClient interface.

func NewMockNode_WaitForActivationClient

func NewMockNode_WaitForActivationClient(ctrl *gomock.Controller) *MockNode_WaitForActivationClient

NewMockNode_WaitForActivationClient creates a new mock instance.

func (*MockNode_WaitForActivationClient) CloseSend

func (m *MockNode_WaitForActivationClient) CloseSend() error

CloseSend mocks base method.

func (*MockNode_WaitForActivationClient) Context

Context mocks base method.

func (*MockNode_WaitForActivationClient) EXPECT

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

func (*MockNode_WaitForActivationClient) Header

Header mocks base method.

func (*MockNode_WaitForActivationClient) Recv

Recv mocks base method.

func (*MockNode_WaitForActivationClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_WaitForActivationClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_WaitForActivationClient) Trailer

Trailer mocks base method.

type MockNode_WaitForActivationClientMockRecorder

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

MockNode_WaitForActivationClientMockRecorder is the mock recorder for MockNode_WaitForActivationClient.

func (*MockNode_WaitForActivationClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_WaitForActivationClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_WaitForActivationClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_WaitForActivationClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_WaitForActivationClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_WaitForActivationClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_WaitForActivationClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_WaitForActivationServer

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

MockNode_WaitForActivationServer is a mock of Node_WaitForActivationServer interface.

func NewMockNode_WaitForActivationServer

func NewMockNode_WaitForActivationServer(ctrl *gomock.Controller) *MockNode_WaitForActivationServer

NewMockNode_WaitForActivationServer creates a new mock instance.

func (*MockNode_WaitForActivationServer) Context

Context mocks base method.

func (*MockNode_WaitForActivationServer) EXPECT

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

func (*MockNode_WaitForActivationServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_WaitForActivationServer) Send

Send mocks base method.

func (*MockNode_WaitForActivationServer) SendHeader

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

SendHeader mocks base method.

func (*MockNode_WaitForActivationServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_WaitForActivationServer) SetHeader

SetHeader mocks base method.

func (*MockNode_WaitForActivationServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_WaitForActivationServerMockRecorder

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

MockNode_WaitForActivationServerMockRecorder is the mock recorder for MockNode_WaitForActivationServer.

func (*MockNode_WaitForActivationServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_WaitForActivationServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_WaitForActivationServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_WaitForActivationServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_WaitForActivationServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_WaitForActivationServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_WaitForActivationServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockNode_WaitForChainStartClient

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

MockNode_WaitForChainStartClient is a mock of Node_WaitForChainStartClient interface.

func NewMockNode_WaitForChainStartClient

func NewMockNode_WaitForChainStartClient(ctrl *gomock.Controller) *MockNode_WaitForChainStartClient

NewMockNode_WaitForChainStartClient creates a new mock instance.

func (*MockNode_WaitForChainStartClient) CloseSend

func (m *MockNode_WaitForChainStartClient) CloseSend() error

CloseSend mocks base method.

func (*MockNode_WaitForChainStartClient) Context

Context mocks base method.

func (*MockNode_WaitForChainStartClient) EXPECT

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

func (*MockNode_WaitForChainStartClient) Header

Header mocks base method.

func (*MockNode_WaitForChainStartClient) Recv

Recv mocks base method.

func (*MockNode_WaitForChainStartClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_WaitForChainStartClient) SendMsg

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

SendMsg mocks base method.

func (*MockNode_WaitForChainStartClient) Trailer

Trailer mocks base method.

type MockNode_WaitForChainStartClientMockRecorder

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

MockNode_WaitForChainStartClientMockRecorder is the mock recorder for MockNode_WaitForChainStartClient.

func (*MockNode_WaitForChainStartClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockNode_WaitForChainStartClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_WaitForChainStartClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockNode_WaitForChainStartClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockNode_WaitForChainStartClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_WaitForChainStartClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_WaitForChainStartClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockNode_WaitForChainStartServer

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

MockNode_WaitForChainStartServer is a mock of Node_WaitForChainStartServer interface.

func NewMockNode_WaitForChainStartServer

func NewMockNode_WaitForChainStartServer(ctrl *gomock.Controller) *MockNode_WaitForChainStartServer

NewMockNode_WaitForChainStartServer creates a new mock instance.

func (*MockNode_WaitForChainStartServer) Context

Context mocks base method.

func (*MockNode_WaitForChainStartServer) EXPECT

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

func (*MockNode_WaitForChainStartServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockNode_WaitForChainStartServer) Send

Send mocks base method.

func (*MockNode_WaitForChainStartServer) SendHeader

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

SendHeader mocks base method.

func (*MockNode_WaitForChainStartServer) SendMsg

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

SendMsg mocks base method.

func (*MockNode_WaitForChainStartServer) SetHeader

SetHeader mocks base method.

func (*MockNode_WaitForChainStartServer) SetTrailer

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

SetTrailer mocks base method.

type MockNode_WaitForChainStartServerMockRecorder

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

MockNode_WaitForChainStartServerMockRecorder is the mock recorder for MockNode_WaitForChainStartServer.

func (*MockNode_WaitForChainStartServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockNode_WaitForChainStartServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockNode_WaitForChainStartServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockNode_WaitForChainStartServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockNode_WaitForChainStartServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockNode_WaitForChainStartServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockNode_WaitForChainStartServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockSlasherClient

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

MockSlasherClient is a mock of SlasherClient interface.

func NewMockSlasherClient

func NewMockSlasherClient(ctrl *gomock.Controller) *MockSlasherClient

NewMockSlasherClient creates a new mock instance.

func (*MockSlasherClient) EXPECT

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

func (*MockSlasherClient) HighestAttestations

HighestAttestations mocks base method.

func (*MockSlasherClient) IsSlashableAttestation

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

IsSlashableAttestation mocks base method.

func (*MockSlasherClient) IsSlashableBlock

IsSlashableBlock mocks base method.

type MockSlasherClientMockRecorder

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

MockSlasherClientMockRecorder is the mock recorder for MockSlasherClient.

func (*MockSlasherClientMockRecorder) HighestAttestations

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

HighestAttestations indicates an expected call of HighestAttestations.

func (*MockSlasherClientMockRecorder) IsSlashableAttestation

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

IsSlashableAttestation indicates an expected call of IsSlashableAttestation.

func (*MockSlasherClientMockRecorder) IsSlashableBlock

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

IsSlashableBlock indicates an expected call of IsSlashableBlock.

Jump to

Keyboard shortcuts

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