Documentation ¶
Overview ¶
Package internal is a generated GoMock package.
Package internal is a generated GoMock package.
Index ¶
- type MockBeaconNodeValidatorClient
- func (m *MockBeaconNodeValidatorClient) DomainData(ctx context.Context, in *ethpb.DomainRequest, opts ...grpc.CallOption) (*ethpb.DomainResponse, error)
- func (m *MockBeaconNodeValidatorClient) EXPECT() *MockBeaconNodeValidatorClientMockRecorder
- func (m *MockBeaconNodeValidatorClient) GetAttestationData(ctx context.Context, in *ethpb.AttestationDataRequest, opts ...grpc.CallOption) (*ethpb.AttestationData, error)
- func (m *MockBeaconNodeValidatorClient) GetBlock(ctx context.Context, in *ethpb.BlockRequest, opts ...grpc.CallOption) (*ethpb.BeaconBlock, error)
- func (m *MockBeaconNodeValidatorClient) GetDuties(ctx context.Context, in *ethpb.DutiesRequest, opts ...grpc.CallOption) (*ethpb.DutiesResponse, error)
- func (m *MockBeaconNodeValidatorClient) ProposeAttestation(ctx context.Context, in *ethpb.Attestation, opts ...grpc.CallOption) (*ethpb.AttestResponse, error)
- func (m *MockBeaconNodeValidatorClient) ProposeBlock(ctx context.Context, in *ethpb.SignedBeaconBlock, opts ...grpc.CallOption) (*ethpb.ProposeResponse, error)
- func (m *MockBeaconNodeValidatorClient) ProposeExit(ctx context.Context, in *ethpb.SignedVoluntaryExit, opts ...grpc.CallOption) (*ptypes.Empty, error)
- func (m *MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *ethpb.AggregateSelectionRequest, ...) (*ethpb.AggregateSelectionResponse, error)
- func (m *MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *ethpb.SignedAggregateSubmitRequest, ...) (*ethpb.SignedAggregateSubmitResponse, error)
- func (m *MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, ...) (*ptypes.Empty, error)
- func (m *MockBeaconNodeValidatorClient) ValidatorIndex(ctx context.Context, in *ethpb.ValidatorIndexRequest, opts ...grpc.CallOption) (*ethpb.ValidatorIndexResponse, error)
- func (m *MockBeaconNodeValidatorClient) ValidatorStatus(ctx context.Context, in *ethpb.ValidatorStatusRequest, opts ...grpc.CallOption) (*ethpb.ValidatorStatusResponse, error)
- func (m *MockBeaconNodeValidatorClient) WaitForActivation(ctx context.Context, in *ethpb.ValidatorActivationRequest, ...) (ethpb.BeaconNodeValidator_WaitForActivationClient, error)
- func (m *MockBeaconNodeValidatorClient) WaitForChainStart(ctx context.Context, in *ptypes.Empty, opts ...grpc.CallOption) (ethpb.BeaconNodeValidator_WaitForChainStartClient, error)
- func (m *MockBeaconNodeValidatorClient) WaitForSynced(arg0 context.Context, arg1 *ptypes.Empty, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_WaitForSyncedClient, error)
- type MockBeaconNodeValidatorClientMockRecorder
- func (mr *MockBeaconNodeValidatorClientMockRecorder) DomainData(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetAttestationData(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetBlock(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetDuties(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeBlock(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeExit(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForActivation(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForSynced(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockBeaconNodeValidatorServer
- func (m *MockBeaconNodeValidatorServer) DomainData(arg0 context.Context, arg1 *ethpb.DomainRequest) (*ethpb.DomainResponse, error)
- func (m *MockBeaconNodeValidatorServer) EXPECT() *MockBeaconNodeValidatorServerMockRecorder
- func (m *MockBeaconNodeValidatorServer) GetAttestationData(arg0 context.Context, arg1 *ethpb.AttestationDataRequest) (*ethpb.AttestationData, error)
- func (m *MockBeaconNodeValidatorServer) GetBlock(arg0 context.Context, arg1 *ethpb.BlockRequest) (*ethpb.BeaconBlock, error)
- func (m *MockBeaconNodeValidatorServer) GetDuties(arg0 context.Context, arg1 *ethpb.DutiesRequest) (*ethpb.DutiesResponse, error)
- func (m *MockBeaconNodeValidatorServer) ProposeAttestation(arg0 context.Context, arg1 *ethpb.Attestation) (*ethpb.AttestResponse, error)
- func (m *MockBeaconNodeValidatorServer) ProposeBlock(arg0 context.Context, arg1 *ethpb.SignedBeaconBlock) (*ethpb.ProposeResponse, error)
- func (m *MockBeaconNodeValidatorServer) ProposeExit(arg0 context.Context, arg1 *ethpb.SignedVoluntaryExit) (*ptypes.Empty, error)
- func (m *MockBeaconNodeValidatorServer) ValidatorIndex(arg0 context.Context, arg1 *ethpb.ValidatorIndexRequest) (*ethpb.ValidatorIndexResponse, error)
- func (m *MockBeaconNodeValidatorServer) ValidatorStatus(arg0 context.Context, arg1 *ethpb.ValidatorStatusRequest) (*ethpb.ValidatorStatusResponse, error)
- func (m *MockBeaconNodeValidatorServer) WaitForActivation(arg0 *ethpb.ValidatorActivationRequest, ...) error
- func (m *MockBeaconNodeValidatorServer) WaitForChainStart(arg0 *ptypes.Empty, arg1 ethpb.BeaconNodeValidator_WaitForChainStartServer) error
- type MockBeaconNodeValidatorServerMockRecorder
- func (mr *MockBeaconNodeValidatorServerMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call
- type MockBeaconNodeValidator_WaitForActivationClient
- func (m *MockBeaconNodeValidator_WaitForActivationClient) CloseSend() error
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForActivationClient) EXPECT() *MockBeaconNodeValidator_WaitForActivationClientMockRecorder
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Header() (metadata.MD, error)
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Recv() (*ethpb.ValidatorActivationResponse, error)
- func (m_2 *MockBeaconNodeValidator_WaitForActivationClient) RecvMsg(m interface{}) error
- func (m_2 *MockBeaconNodeValidator_WaitForActivationClient) SendMsg(m interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Trailer() metadata.MD
- type MockBeaconNodeValidator_WaitForActivationClientMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconNodeValidator_WaitForActivationServer
- func (m *MockBeaconNodeValidator_WaitForActivationServer) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForActivationServer) EXPECT() *MockBeaconNodeValidator_WaitForActivationServerMockRecorder
- func (m_2 *MockBeaconNodeValidator_WaitForActivationServer) RecvMsg(m interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) Send(arg0 *ethpb.ValidatorActivationResponse) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockBeaconNodeValidator_WaitForActivationServer) SendMsg(m interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconNodeValidator_WaitForActivationServerMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconNodeValidator_WaitForChainStartClient
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) CloseSend() error
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) EXPECT() *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Header() (metadata.MD, error)
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Recv() (*ethpb.ChainStartResponse, error)
- func (m_2 *MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg(m interface{}) error
- func (m_2 *MockBeaconNodeValidator_WaitForChainStartClient) SendMsg(m interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Trailer() metadata.MD
- type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconNodeValidator_WaitForChainStartServer
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) EXPECT() *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder
- func (m_2 *MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg(m interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) Send(arg0 *ethpb.ChainStartResponse) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockBeaconNodeValidator_WaitForChainStartServer) SendMsg(m interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) GetGenesis(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.Genesis, error)
- func (m *MockNodeClient) GetSyncStatus(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.SyncStatus, error)
- func (m *MockNodeClient) GetVersion(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.Version, error)
- func (m *MockNodeClient) ListImplementedServices(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.ImplementedServices, error)
- func (m *MockNodeClient) ListPeers(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.Peers, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) GetGenesis(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetSyncStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetVersion(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListImplementedServices(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListPeers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockNodeServer
- func (m *MockNodeServer) EXPECT() *MockNodeServerMockRecorder
- func (m *MockNodeServer) GetGenesis(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.Genesis, error)
- func (m *MockNodeServer) GetSyncStatus(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.SyncStatus, error)
- func (m *MockNodeServer) GetVersion(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.Version, error)
- func (m *MockNodeServer) ListImplementedServices(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.ImplementedServices, error)
- func (m *MockNodeServer) ListPeers(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.Peers, error)
- type MockNodeServerMockRecorder
- func (mr *MockNodeServerMockRecorder) GetGenesis(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeServerMockRecorder) GetSyncStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeServerMockRecorder) GetVersion(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeServerMockRecorder) ListImplementedServices(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeServerMockRecorder) ListPeers(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBeaconNodeValidatorClient ¶ added in v0.3.0
type MockBeaconNodeValidatorClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorClient is a mock of BeaconNodeValidatorClient interface
func NewMockBeaconNodeValidatorClient ¶ added in v0.3.0
func NewMockBeaconNodeValidatorClient(ctrl *gomock.Controller) *MockBeaconNodeValidatorClient
NewMockBeaconNodeValidatorClient creates a new mock instance
func (*MockBeaconNodeValidatorClient) DomainData ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) DomainData(ctx context.Context, in *ethpb.DomainRequest, opts ...grpc.CallOption) (*ethpb.DomainResponse, error)
DomainData mocks base method
func (*MockBeaconNodeValidatorClient) EXPECT ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) EXPECT() *MockBeaconNodeValidatorClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconNodeValidatorClient) GetAttestationData ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) GetAttestationData(ctx context.Context, in *ethpb.AttestationDataRequest, opts ...grpc.CallOption) (*ethpb.AttestationData, error)
GetAttestationData mocks base method
func (*MockBeaconNodeValidatorClient) GetBlock ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) GetBlock(ctx context.Context, in *ethpb.BlockRequest, opts ...grpc.CallOption) (*ethpb.BeaconBlock, error)
GetBlock mocks base method
func (*MockBeaconNodeValidatorClient) GetDuties ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) GetDuties(ctx context.Context, in *ethpb.DutiesRequest, opts ...grpc.CallOption) (*ethpb.DutiesResponse, error)
GetDuties mocks base method
func (*MockBeaconNodeValidatorClient) ProposeAttestation ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) ProposeAttestation(ctx context.Context, in *ethpb.Attestation, opts ...grpc.CallOption) (*ethpb.AttestResponse, error)
ProposeAttestation mocks base method
func (*MockBeaconNodeValidatorClient) ProposeBlock ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) ProposeBlock(ctx context.Context, in *ethpb.SignedBeaconBlock, opts ...grpc.CallOption) (*ethpb.ProposeResponse, error)
ProposeBlock mocks base method
func (*MockBeaconNodeValidatorClient) ProposeExit ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) ProposeExit(ctx context.Context, in *ethpb.SignedVoluntaryExit, opts ...grpc.CallOption) (*ptypes.Empty, error)
ProposeExit mocks base method
func (*MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof ¶
func (m *MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *ethpb.AggregateSelectionRequest, arg2 ...grpc.CallOption) (*ethpb.AggregateSelectionResponse, error)
SubmitAggregateSelectionProof mocks base method
func (*MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof ¶
func (m *MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *ethpb.SignedAggregateSubmitRequest, arg2 ...grpc.CallOption) (*ethpb.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProof mocks base method
func (*MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets ¶
func (m *MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, arg2 ...grpc.CallOption) (*ptypes.Empty, error)
SubscribeCommitteeSubnets mocks base method
func (*MockBeaconNodeValidatorClient) ValidatorIndex ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) ValidatorIndex(ctx context.Context, in *ethpb.ValidatorIndexRequest, opts ...grpc.CallOption) (*ethpb.ValidatorIndexResponse, error)
ValidatorIndex mocks base method
func (*MockBeaconNodeValidatorClient) ValidatorStatus ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) ValidatorStatus(ctx context.Context, in *ethpb.ValidatorStatusRequest, opts ...grpc.CallOption) (*ethpb.ValidatorStatusResponse, error)
ValidatorStatus mocks base method
func (*MockBeaconNodeValidatorClient) WaitForActivation ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) WaitForActivation(ctx context.Context, in *ethpb.ValidatorActivationRequest, opts ...grpc.CallOption) (ethpb.BeaconNodeValidator_WaitForActivationClient, error)
WaitForActivation mocks base method
func (*MockBeaconNodeValidatorClient) WaitForChainStart ¶ added in v0.3.0
func (m *MockBeaconNodeValidatorClient) WaitForChainStart(ctx context.Context, in *ptypes.Empty, opts ...grpc.CallOption) (ethpb.BeaconNodeValidator_WaitForChainStartClient, error)
WaitForChainStart mocks base method
func (*MockBeaconNodeValidatorClient) WaitForSynced ¶
func (m *MockBeaconNodeValidatorClient) WaitForSynced(arg0 context.Context, arg1 *ptypes.Empty, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_WaitForSyncedClient, error)
WaitForSynced mocks base method
type MockBeaconNodeValidatorClientMockRecorder ¶ added in v0.3.0
type MockBeaconNodeValidatorClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorClientMockRecorder is the mock recorder for MockBeaconNodeValidatorClient
func (*MockBeaconNodeValidatorClientMockRecorder) DomainData ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) DomainData(ctx, in interface{}, opts ...interface{}) *gomock.Call
DomainData indicates an expected call of DomainData
func (*MockBeaconNodeValidatorClientMockRecorder) GetAttestationData ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetAttestationData(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAttestationData indicates an expected call of GetAttestationData
func (*MockBeaconNodeValidatorClientMockRecorder) GetBlock ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetBlock(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetBlock indicates an expected call of GetBlock
func (*MockBeaconNodeValidatorClientMockRecorder) GetDuties ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetDuties(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetDuties indicates an expected call of GetDuties
func (*MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation(ctx, in interface{}, opts ...interface{}) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation
func (*MockBeaconNodeValidatorClientMockRecorder) ProposeBlock ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeBlock(ctx, in interface{}, opts ...interface{}) *gomock.Call
ProposeBlock indicates an expected call of ProposeBlock
func (*MockBeaconNodeValidatorClientMockRecorder) ProposeExit ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeExit(ctx, in interface{}, opts ...interface{}) *gomock.Call
ProposeExit indicates an expected call of ProposeExit
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof
func (*MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets
func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex(ctx, in interface{}, opts ...interface{}) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex
func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus
func (*MockBeaconNodeValidatorClientMockRecorder) WaitForActivation ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForActivation(ctx, in interface{}, opts ...interface{}) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation
func (*MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart ¶ added in v0.3.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart(ctx, in interface{}, opts ...interface{}) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart
func (*MockBeaconNodeValidatorClientMockRecorder) WaitForSynced ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForSynced(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitForSynced indicates an expected call of WaitForSynced
type MockBeaconNodeValidatorServer ¶ added in v0.3.2
type MockBeaconNodeValidatorServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorServer is a mock of BeaconNodeValidatorServer interface
func NewMockBeaconNodeValidatorServer ¶ added in v0.3.2
func NewMockBeaconNodeValidatorServer(ctrl *gomock.Controller) *MockBeaconNodeValidatorServer
NewMockBeaconNodeValidatorServer creates a new mock instance
func (*MockBeaconNodeValidatorServer) DomainData ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) DomainData(arg0 context.Context, arg1 *ethpb.DomainRequest) (*ethpb.DomainResponse, error)
DomainData mocks base method
func (*MockBeaconNodeValidatorServer) EXPECT ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) EXPECT() *MockBeaconNodeValidatorServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconNodeValidatorServer) GetAttestationData ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) GetAttestationData(arg0 context.Context, arg1 *ethpb.AttestationDataRequest) (*ethpb.AttestationData, error)
GetAttestationData mocks base method
func (*MockBeaconNodeValidatorServer) GetBlock ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) GetBlock(arg0 context.Context, arg1 *ethpb.BlockRequest) (*ethpb.BeaconBlock, error)
GetBlock mocks base method
func (*MockBeaconNodeValidatorServer) GetDuties ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) GetDuties(arg0 context.Context, arg1 *ethpb.DutiesRequest) (*ethpb.DutiesResponse, error)
GetDuties mocks base method
func (*MockBeaconNodeValidatorServer) ProposeAttestation ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) ProposeAttestation(arg0 context.Context, arg1 *ethpb.Attestation) (*ethpb.AttestResponse, error)
ProposeAttestation mocks base method
func (*MockBeaconNodeValidatorServer) ProposeBlock ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) ProposeBlock(arg0 context.Context, arg1 *ethpb.SignedBeaconBlock) (*ethpb.ProposeResponse, error)
ProposeBlock mocks base method
func (*MockBeaconNodeValidatorServer) ProposeExit ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) ProposeExit(arg0 context.Context, arg1 *ethpb.SignedVoluntaryExit) (*ptypes.Empty, error)
ProposeExit mocks base method
func (*MockBeaconNodeValidatorServer) ValidatorIndex ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) ValidatorIndex(arg0 context.Context, arg1 *ethpb.ValidatorIndexRequest) (*ethpb.ValidatorIndexResponse, error)
ValidatorIndex mocks base method
func (*MockBeaconNodeValidatorServer) ValidatorStatus ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) ValidatorStatus(arg0 context.Context, arg1 *ethpb.ValidatorStatusRequest) (*ethpb.ValidatorStatusResponse, error)
ValidatorStatus mocks base method
func (*MockBeaconNodeValidatorServer) WaitForActivation ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) WaitForActivation(arg0 *ethpb.ValidatorActivationRequest, arg1 ethpb.BeaconNodeValidator_WaitForActivationServer) error
WaitForActivation mocks base method
func (*MockBeaconNodeValidatorServer) WaitForChainStart ¶ added in v0.3.2
func (m *MockBeaconNodeValidatorServer) WaitForChainStart(arg0 *ptypes.Empty, arg1 ethpb.BeaconNodeValidator_WaitForChainStartServer) error
WaitForChainStart mocks base method
type MockBeaconNodeValidatorServerMockRecorder ¶ added in v0.3.2
type MockBeaconNodeValidatorServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorServerMockRecorder is the mock recorder for MockBeaconNodeValidatorServer
func (*MockBeaconNodeValidatorServerMockRecorder) DomainData ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call
DomainData indicates an expected call of DomainData
func (*MockBeaconNodeValidatorServerMockRecorder) GetAttestationData ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call
GetAttestationData indicates an expected call of GetAttestationData
func (*MockBeaconNodeValidatorServerMockRecorder) GetBlock ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetBlock(arg0, arg1 interface{}) *gomock.Call
GetBlock indicates an expected call of GetBlock
func (*MockBeaconNodeValidatorServerMockRecorder) GetDuties ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call
GetDuties indicates an expected call of GetDuties
func (*MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation
func (*MockBeaconNodeValidatorServerMockRecorder) ProposeBlock ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeBlock(arg0, arg1 interface{}) *gomock.Call
ProposeBlock indicates an expected call of ProposeBlock
func (*MockBeaconNodeValidatorServerMockRecorder) ProposeExit ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call
ProposeExit indicates an expected call of ProposeExit
func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex
func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus
func (*MockBeaconNodeValidatorServerMockRecorder) WaitForActivation ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation
func (*MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart ¶ added in v0.3.2
func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart
type MockBeaconNodeValidator_WaitForActivationClient ¶ added in v0.3.0
type MockBeaconNodeValidator_WaitForActivationClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationClient is a mock of BeaconNodeValidator_WaitForActivationClient interface
func NewMockBeaconNodeValidator_WaitForActivationClient ¶ added in v0.3.0
func NewMockBeaconNodeValidator_WaitForActivationClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationClient
NewMockBeaconNodeValidator_WaitForActivationClient creates a new mock instance
func (*MockBeaconNodeValidator_WaitForActivationClient) CloseSend ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForActivationClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconNodeValidator_WaitForActivationClient) Context ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForActivationClient) Context() context.Context
Context mocks base method
func (*MockBeaconNodeValidator_WaitForActivationClient) EXPECT ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForActivationClient) EXPECT() *MockBeaconNodeValidator_WaitForActivationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconNodeValidator_WaitForActivationClient) Header ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForActivationClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconNodeValidator_WaitForActivationClient) Recv ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForActivationClient) Recv() (*ethpb.ValidatorActivationResponse, error)
Recv mocks base method
func (*MockBeaconNodeValidator_WaitForActivationClient) RecvMsg ¶ added in v0.3.0
func (m_2 *MockBeaconNodeValidator_WaitForActivationClient) RecvMsg(m interface{}) error
RecvMsg mocks base method
func (*MockBeaconNodeValidator_WaitForActivationClient) SendMsg ¶ added in v0.3.0
func (m_2 *MockBeaconNodeValidator_WaitForActivationClient) SendMsg(m interface{}) error
SendMsg mocks base method
func (*MockBeaconNodeValidator_WaitForActivationClient) Trailer ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForActivationClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconNodeValidator_WaitForActivationClientMockRecorder ¶ added in v0.3.0
type MockBeaconNodeValidator_WaitForActivationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationClient
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockBeaconNodeValidator_WaitForActivationServer ¶ added in v0.3.2
type MockBeaconNodeValidator_WaitForActivationServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationServer is a mock of BeaconNodeValidator_WaitForActivationServer interface
func NewMockBeaconNodeValidator_WaitForActivationServer ¶ added in v0.3.2
func NewMockBeaconNodeValidator_WaitForActivationServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationServer
NewMockBeaconNodeValidator_WaitForActivationServer creates a new mock instance
func (*MockBeaconNodeValidator_WaitForActivationServer) Context ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForActivationServer) Context() context.Context
Context mocks base method
func (*MockBeaconNodeValidator_WaitForActivationServer) EXPECT ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForActivationServer) EXPECT() *MockBeaconNodeValidator_WaitForActivationServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconNodeValidator_WaitForActivationServer) RecvMsg ¶ added in v0.3.2
func (m_2 *MockBeaconNodeValidator_WaitForActivationServer) RecvMsg(m interface{}) error
RecvMsg mocks base method
func (*MockBeaconNodeValidator_WaitForActivationServer) Send ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForActivationServer) Send(arg0 *ethpb.ValidatorActivationResponse) error
Send mocks base method
func (*MockBeaconNodeValidator_WaitForActivationServer) SendHeader ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForActivationServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method
func (*MockBeaconNodeValidator_WaitForActivationServer) SendMsg ¶ added in v0.3.2
func (m_2 *MockBeaconNodeValidator_WaitForActivationServer) SendMsg(m interface{}) error
SendMsg mocks base method
func (*MockBeaconNodeValidator_WaitForActivationServer) SetHeader ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForActivationServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method
func (*MockBeaconNodeValidator_WaitForActivationServer) SetTrailer ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForActivationServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method
type MockBeaconNodeValidator_WaitForActivationServerMockRecorder ¶ added in v0.3.2
type MockBeaconNodeValidator_WaitForActivationServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationServer
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer
type MockBeaconNodeValidator_WaitForChainStartClient ¶ added in v0.3.0
type MockBeaconNodeValidator_WaitForChainStartClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartClient is a mock of BeaconNodeValidator_WaitForChainStartClient interface
func NewMockBeaconNodeValidator_WaitForChainStartClient ¶ added in v0.3.0
func NewMockBeaconNodeValidator_WaitForChainStartClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartClient
NewMockBeaconNodeValidator_WaitForChainStartClient creates a new mock instance
func (*MockBeaconNodeValidator_WaitForChainStartClient) CloseSend ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForChainStartClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartClient) Context ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Context() context.Context
Context mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartClient) EXPECT ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForChainStartClient) EXPECT() *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconNodeValidator_WaitForChainStartClient) Header ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartClient) Recv ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Recv() (*ethpb.ChainStartResponse, error)
Recv mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg ¶ added in v0.3.0
func (m_2 *MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg(m interface{}) error
RecvMsg mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartClient) SendMsg ¶ added in v0.3.0
func (m_2 *MockBeaconNodeValidator_WaitForChainStartClient) SendMsg(m interface{}) error
SendMsg mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartClient) Trailer ¶ added in v0.3.0
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder ¶ added in v0.3.0
type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartClient
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer ¶ added in v0.3.0
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockBeaconNodeValidator_WaitForChainStartServer ¶ added in v0.3.2
type MockBeaconNodeValidator_WaitForChainStartServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartServer is a mock of BeaconNodeValidator_WaitForChainStartServer interface
func NewMockBeaconNodeValidator_WaitForChainStartServer ¶ added in v0.3.2
func NewMockBeaconNodeValidator_WaitForChainStartServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartServer
NewMockBeaconNodeValidator_WaitForChainStartServer creates a new mock instance
func (*MockBeaconNodeValidator_WaitForChainStartServer) Context ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForChainStartServer) Context() context.Context
Context mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartServer) EXPECT ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForChainStartServer) EXPECT() *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg ¶ added in v0.3.2
func (m_2 *MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg(m interface{}) error
RecvMsg mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartServer) Send ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForChainStartServer) Send(arg0 *ethpb.ChainStartResponse) error
Send mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartServer) SendHeader ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartServer) SendMsg ¶ added in v0.3.2
func (m_2 *MockBeaconNodeValidator_WaitForChainStartServer) SendMsg(m interface{}) error
SendMsg mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartServer) SetHeader ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method
func (*MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer ¶ added in v0.3.2
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method
type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder ¶ added in v0.3.2
type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartServer
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer ¶ added in v0.3.2
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer
type MockNodeClient ¶ added in v0.2.3
type MockNodeClient struct {
// contains filtered or unexported fields
}
MockNodeClient is a mock of NodeClient interface
func NewMockNodeClient ¶ added in v0.2.3
func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient
NewMockNodeClient creates a new mock instance
func (*MockNodeClient) EXPECT ¶ added in v0.2.3
func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockNodeClient) GetGenesis ¶ added in v0.2.3
func (m *MockNodeClient) GetGenesis(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.Genesis, error)
GetGenesis mocks base method
func (*MockNodeClient) GetSyncStatus ¶ added in v0.2.3
func (m *MockNodeClient) GetSyncStatus(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.SyncStatus, error)
GetSyncStatus mocks base method
func (*MockNodeClient) GetVersion ¶ added in v0.2.3
func (m *MockNodeClient) GetVersion(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.Version, error)
GetVersion mocks base method
func (*MockNodeClient) ListImplementedServices ¶ added in v0.2.3
func (m *MockNodeClient) ListImplementedServices(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*v1alpha1.ImplementedServices, error)
ListImplementedServices mocks base method
type MockNodeClientMockRecorder ¶ added in v0.2.3
type MockNodeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeClientMockRecorder is the mock recorder for MockNodeClient
func (*MockNodeClientMockRecorder) GetGenesis ¶ added in v0.2.3
func (mr *MockNodeClientMockRecorder) GetGenesis(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetGenesis indicates an expected call of GetGenesis
func (*MockNodeClientMockRecorder) GetSyncStatus ¶ added in v0.2.3
func (mr *MockNodeClientMockRecorder) GetSyncStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetSyncStatus indicates an expected call of GetSyncStatus
func (*MockNodeClientMockRecorder) GetVersion ¶ added in v0.2.3
func (mr *MockNodeClientMockRecorder) GetVersion(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetVersion indicates an expected call of GetVersion
func (*MockNodeClientMockRecorder) ListImplementedServices ¶ added in v0.2.3
func (mr *MockNodeClientMockRecorder) ListImplementedServices(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListImplementedServices indicates an expected call of ListImplementedServices
func (*MockNodeClientMockRecorder) ListPeers ¶ added in v0.3.0
func (mr *MockNodeClientMockRecorder) ListPeers(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListPeers indicates an expected call of ListPeers
type MockNodeServer ¶ added in v0.3.0
type MockNodeServer struct {
// contains filtered or unexported fields
}
MockNodeServer is a mock of NodeServer interface
func NewMockNodeServer ¶ added in v0.3.0
func NewMockNodeServer(ctrl *gomock.Controller) *MockNodeServer
NewMockNodeServer creates a new mock instance
func (*MockNodeServer) EXPECT ¶ added in v0.3.0
func (m *MockNodeServer) EXPECT() *MockNodeServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockNodeServer) GetGenesis ¶ added in v0.3.0
func (m *MockNodeServer) GetGenesis(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.Genesis, error)
GetGenesis mocks base method
func (*MockNodeServer) GetSyncStatus ¶ added in v0.3.0
func (m *MockNodeServer) GetSyncStatus(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.SyncStatus, error)
GetSyncStatus mocks base method
func (*MockNodeServer) GetVersion ¶ added in v0.3.0
func (m *MockNodeServer) GetVersion(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.Version, error)
GetVersion mocks base method
func (*MockNodeServer) ListImplementedServices ¶ added in v0.3.0
func (m *MockNodeServer) ListImplementedServices(arg0 context.Context, arg1 *types.Empty) (*v1alpha1.ImplementedServices, error)
ListImplementedServices mocks base method
type MockNodeServerMockRecorder ¶ added in v0.3.0
type MockNodeServerMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeServerMockRecorder is the mock recorder for MockNodeServer
func (*MockNodeServerMockRecorder) GetGenesis ¶ added in v0.3.0
func (mr *MockNodeServerMockRecorder) GetGenesis(arg0, arg1 interface{}) *gomock.Call
GetGenesis indicates an expected call of GetGenesis
func (*MockNodeServerMockRecorder) GetSyncStatus ¶ added in v0.3.0
func (mr *MockNodeServerMockRecorder) GetSyncStatus(arg0, arg1 interface{}) *gomock.Call
GetSyncStatus indicates an expected call of GetSyncStatus
func (*MockNodeServerMockRecorder) GetVersion ¶ added in v0.3.0
func (mr *MockNodeServerMockRecorder) GetVersion(arg0, arg1 interface{}) *gomock.Call
GetVersion indicates an expected call of GetVersion
func (*MockNodeServerMockRecorder) ListImplementedServices ¶ added in v0.3.0
func (mr *MockNodeServerMockRecorder) ListImplementedServices(arg0, arg1 interface{}) *gomock.Call
ListImplementedServices indicates an expected call of ListImplementedServices
func (*MockNodeServerMockRecorder) ListPeers ¶ added in v0.3.0
func (mr *MockNodeServerMockRecorder) ListPeers(arg0, arg1 interface{}) *gomock.Call
ListPeers indicates an expected call of ListPeers