Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockBeaconChainClient
- func (m *MockBeaconChainClient) AttestationPool(arg0 context.Context, arg1 *v1alpha1.AttestationPoolRequest, ...) (*v1alpha1.AttestationPoolResponse, error)
- func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
- func (m *MockBeaconChainClient) GetBeaconConfig(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.BeaconConfig, error)
- func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ChainHead, error)
- func (m *MockBeaconChainClient) GetValidator(arg0 context.Context, arg1 *v1alpha1.GetValidatorRequest, ...) (*v1alpha1.Validator, error)
- func (m *MockBeaconChainClient) GetValidatorActiveSetChanges(arg0 context.Context, arg1 *v1alpha1.GetValidatorActiveSetChangesRequest, ...) (*v1alpha1.ActiveSetChanges, error)
- func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *v1alpha1.GetValidatorParticipationRequest, ...) (*v1alpha1.ValidatorParticipationResponse, error)
- func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *v1alpha1.ValidatorPerformanceRequest, ...) (*v1alpha1.ValidatorPerformanceResponse, error)
- func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorQueue, error)
- func (m *MockBeaconChainClient) ListAttestations(arg0 context.Context, arg1 *v1alpha1.ListAttestationsRequest, ...) (*v1alpha1.ListAttestationsResponse, error)
- func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *v1alpha1.ListCommitteesRequest, ...) (*v1alpha1.BeaconCommittees, error)
- func (m *MockBeaconChainClient) ListBlocks(arg0 context.Context, arg1 *v1alpha1.ListBlocksRequest, ...) (*v1alpha1.ListBlocksResponse, error)
- func (m *MockBeaconChainClient) ListIndexedAttestations(arg0 context.Context, arg1 *v1alpha1.ListIndexedAttestationsRequest, ...) (*v1alpha1.ListIndexedAttestationsResponse, error)
- func (m *MockBeaconChainClient) ListValidatorAssignments(arg0 context.Context, arg1 *v1alpha1.ListValidatorAssignmentsRequest, ...) (*v1alpha1.ValidatorAssignments, error)
- func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *v1alpha1.ListValidatorBalancesRequest, ...) (*v1alpha1.ValidatorBalances, error)
- func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *v1alpha1.ListValidatorsRequest, ...) (*v1alpha1.Validators, error)
- func (m *MockBeaconChainClient) StreamAttestations(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamAttestationsClient, error)
- func (m *MockBeaconChainClient) StreamBlocks(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamBlocksClient, error)
- func (m *MockBeaconChainClient) StreamChainHead(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamChainHeadClient, error)
- func (m *MockBeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamIndexedAttestationsClient, error)
- func (m *MockBeaconChainClient) StreamValidatorsInfo(arg0 context.Context, arg1 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamValidatorsInfoClient, error)
- func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *v1alpha1.AttesterSlashing, arg2 ...grpc.CallOption) (*v1alpha1.SubmitSlashingResponse, error)
- func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *v1alpha1.ProposerSlashing, arg2 ...grpc.CallOption) (*v1alpha1.SubmitSlashingResponse, error)
- type MockBeaconChainClientMockRecorder
- func (mr *MockBeaconChainClientMockRecorder) AttestationPool(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockBeaconChain_StreamAttestationsClient
- func (m *MockBeaconChain_StreamAttestationsClient) CloseSend() error
- func (m *MockBeaconChain_StreamAttestationsClient) Context() context.Context
- func (m *MockBeaconChain_StreamAttestationsClient) EXPECT() *MockBeaconChain_StreamAttestationsClientMockRecorder
- func (m *MockBeaconChain_StreamAttestationsClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamAttestationsClient) Recv() (*v1alpha1.Attestation, error)
- func (m *MockBeaconChain_StreamAttestationsClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamAttestationsClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamAttestationsClient) Trailer() metadata.MD
- type MockBeaconChain_StreamAttestationsClientMockRecorder
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamBlocksClient
- func (m *MockBeaconChain_StreamBlocksClient) CloseSend() error
- func (m *MockBeaconChain_StreamBlocksClient) Context() context.Context
- func (m *MockBeaconChain_StreamBlocksClient) EXPECT() *MockBeaconChain_StreamBlocksClientMockRecorder
- func (m *MockBeaconChain_StreamBlocksClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamBlocksClient) Recv() (*v1alpha1.SignedBeaconBlock, error)
- func (m *MockBeaconChain_StreamBlocksClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamBlocksClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamBlocksClient) Trailer() metadata.MD
- type MockBeaconChain_StreamBlocksClientMockRecorder
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamChainHeadClient
- func (m *MockBeaconChain_StreamChainHeadClient) CloseSend() error
- func (m *MockBeaconChain_StreamChainHeadClient) Context() context.Context
- func (m *MockBeaconChain_StreamChainHeadClient) EXPECT() *MockBeaconChain_StreamChainHeadClientMockRecorder
- func (m *MockBeaconChain_StreamChainHeadClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamChainHeadClient) Recv() (*v1alpha1.ChainHead, error)
- func (m *MockBeaconChain_StreamChainHeadClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamChainHeadClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamChainHeadClient) Trailer() metadata.MD
- type MockBeaconChain_StreamChainHeadClientMockRecorder
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamIndexedAttestationsClient
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) CloseSend() error
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Context() context.Context
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) EXPECT() *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Recv() (*v1alpha1.IndexedAttestation, error)
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Trailer() metadata.MD
- type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamValidatorsInfoClient
- func (m *MockBeaconChain_StreamValidatorsInfoClient) CloseSend() error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Context() context.Context
- func (m *MockBeaconChain_StreamValidatorsInfoClient) EXPECT() *MockBeaconChain_StreamValidatorsInfoClientMockRecorder
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Recv() (*v1alpha1.ValidatorInfo, error)
- func (m *MockBeaconChain_StreamValidatorsInfoClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Send(arg0 *v1alpha1.ValidatorChangeSet) error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Trailer() metadata.MD
- type MockBeaconChain_StreamValidatorsInfoClientMockRecorder
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer() *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Genesis, error)
- func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.SyncStatus, error)
- func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Version, error)
- func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ImplementedServices, error)
- func (m *MockNodeClient) ListPeers(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Peers, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBeaconChainClient ¶ added in v0.3.2
type MockBeaconChainClient struct {
// contains filtered or unexported fields
}
MockBeaconChainClient is a mock of BeaconChainClient interface
func NewMockBeaconChainClient ¶ added in v0.3.2
func NewMockBeaconChainClient(ctrl *gomock.Controller) *MockBeaconChainClient
NewMockBeaconChainClient creates a new mock instance
func (*MockBeaconChainClient) AttestationPool ¶ added in v0.3.2
func (m *MockBeaconChainClient) AttestationPool(arg0 context.Context, arg1 *v1alpha1.AttestationPoolRequest, arg2 ...grpc.CallOption) (*v1alpha1.AttestationPoolResponse, error)
AttestationPool mocks base method
func (*MockBeaconChainClient) EXPECT ¶ added in v0.3.2
func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconChainClient) GetBeaconConfig ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetBeaconConfig(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.BeaconConfig, error)
GetBeaconConfig mocks base method
func (*MockBeaconChainClient) GetChainHead ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ChainHead, error)
GetChainHead mocks base method
func (*MockBeaconChainClient) GetValidator ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetValidator(arg0 context.Context, arg1 *v1alpha1.GetValidatorRequest, arg2 ...grpc.CallOption) (*v1alpha1.Validator, error)
GetValidator mocks base method
func (*MockBeaconChainClient) GetValidatorActiveSetChanges ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetValidatorActiveSetChanges(arg0 context.Context, arg1 *v1alpha1.GetValidatorActiveSetChangesRequest, arg2 ...grpc.CallOption) (*v1alpha1.ActiveSetChanges, error)
GetValidatorActiveSetChanges mocks base method
func (*MockBeaconChainClient) GetValidatorParticipation ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *v1alpha1.GetValidatorParticipationRequest, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorParticipationResponse, error)
GetValidatorParticipation mocks base method
func (*MockBeaconChainClient) GetValidatorPerformance ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *v1alpha1.ValidatorPerformanceRequest, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorPerformanceResponse, error)
GetValidatorPerformance mocks base method
func (*MockBeaconChainClient) GetValidatorQueue ¶ added in v0.3.2
func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorQueue, error)
GetValidatorQueue mocks base method
func (*MockBeaconChainClient) ListAttestations ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListAttestations(arg0 context.Context, arg1 *v1alpha1.ListAttestationsRequest, arg2 ...grpc.CallOption) (*v1alpha1.ListAttestationsResponse, error)
ListAttestations mocks base method
func (*MockBeaconChainClient) ListBeaconCommittees ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *v1alpha1.ListCommitteesRequest, arg2 ...grpc.CallOption) (*v1alpha1.BeaconCommittees, error)
ListBeaconCommittees mocks base method
func (*MockBeaconChainClient) ListBlocks ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListBlocks(arg0 context.Context, arg1 *v1alpha1.ListBlocksRequest, arg2 ...grpc.CallOption) (*v1alpha1.ListBlocksResponse, error)
ListBlocks mocks base method
func (*MockBeaconChainClient) ListIndexedAttestations ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListIndexedAttestations(arg0 context.Context, arg1 *v1alpha1.ListIndexedAttestationsRequest, arg2 ...grpc.CallOption) (*v1alpha1.ListIndexedAttestationsResponse, error)
ListIndexedAttestations mocks base method
func (*MockBeaconChainClient) ListValidatorAssignments ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListValidatorAssignments(arg0 context.Context, arg1 *v1alpha1.ListValidatorAssignmentsRequest, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorAssignments, error)
ListValidatorAssignments mocks base method
func (*MockBeaconChainClient) ListValidatorBalances ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *v1alpha1.ListValidatorBalancesRequest, arg2 ...grpc.CallOption) (*v1alpha1.ValidatorBalances, error)
ListValidatorBalances mocks base method
func (*MockBeaconChainClient) ListValidators ¶ added in v0.3.2
func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *v1alpha1.ListValidatorsRequest, arg2 ...grpc.CallOption) (*v1alpha1.Validators, error)
ListValidators mocks base method
func (*MockBeaconChainClient) StreamAttestations ¶ added in v0.3.2
func (m *MockBeaconChainClient) StreamAttestations(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamAttestationsClient, error)
StreamAttestations mocks base method
func (*MockBeaconChainClient) StreamBlocks ¶ added in v0.3.2
func (m *MockBeaconChainClient) StreamBlocks(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamBlocksClient, error)
StreamBlocks mocks base method
func (*MockBeaconChainClient) StreamChainHead ¶ added in v0.3.2
func (m *MockBeaconChainClient) StreamChainHead(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamChainHeadClient, error)
StreamChainHead mocks base method
func (*MockBeaconChainClient) StreamIndexedAttestations ¶ added in v0.3.2
func (m *MockBeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamIndexedAttestationsClient, error)
StreamIndexedAttestations mocks base method
func (*MockBeaconChainClient) StreamValidatorsInfo ¶ added in v0.3.2
func (m *MockBeaconChainClient) StreamValidatorsInfo(arg0 context.Context, arg1 ...grpc.CallOption) (v1alpha1.BeaconChain_StreamValidatorsInfoClient, error)
StreamValidatorsInfo mocks base method
func (*MockBeaconChainClient) SubmitAttesterSlashing ¶ added in v0.3.2
func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *v1alpha1.AttesterSlashing, arg2 ...grpc.CallOption) (*v1alpha1.SubmitSlashingResponse, error)
SubmitAttesterSlashing mocks base method
func (*MockBeaconChainClient) SubmitProposerSlashing ¶ added in v0.3.2
func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *v1alpha1.ProposerSlashing, arg2 ...grpc.CallOption) (*v1alpha1.SubmitSlashingResponse, error)
SubmitProposerSlashing mocks base method
type MockBeaconChainClientMockRecorder ¶ added in v0.3.2
type MockBeaconChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient
func (*MockBeaconChainClientMockRecorder) AttestationPool ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) AttestationPool(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AttestationPool indicates an expected call of AttestationPool
func (*MockBeaconChainClientMockRecorder) GetBeaconConfig ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBeaconConfig indicates an expected call of GetBeaconConfig
func (*MockBeaconChainClientMockRecorder) GetChainHead ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetChainHead indicates an expected call of GetChainHead
func (*MockBeaconChainClientMockRecorder) GetValidator ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidator indicates an expected call of GetValidator
func (*MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges
func (*MockBeaconChainClientMockRecorder) GetValidatorParticipation ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorParticipation indicates an expected call of GetValidatorParticipation
func (*MockBeaconChainClientMockRecorder) GetValidatorPerformance ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorPerformance indicates an expected call of GetValidatorPerformance
func (*MockBeaconChainClientMockRecorder) GetValidatorQueue ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorQueue indicates an expected call of GetValidatorQueue
func (*MockBeaconChainClientMockRecorder) ListAttestations ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAttestations indicates an expected call of ListAttestations
func (*MockBeaconChainClientMockRecorder) ListBeaconCommittees ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBeaconCommittees indicates an expected call of ListBeaconCommittees
func (*MockBeaconChainClientMockRecorder) ListBlocks ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBlocks indicates an expected call of ListBlocks
func (*MockBeaconChainClientMockRecorder) ListIndexedAttestations ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListIndexedAttestations indicates an expected call of ListIndexedAttestations
func (*MockBeaconChainClientMockRecorder) ListValidatorAssignments ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListValidatorAssignments indicates an expected call of ListValidatorAssignments
func (*MockBeaconChainClientMockRecorder) ListValidatorBalances ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListValidatorBalances indicates an expected call of ListValidatorBalances
func (*MockBeaconChainClientMockRecorder) ListValidators ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListValidators indicates an expected call of ListValidators
func (*MockBeaconChainClientMockRecorder) StreamAttestations ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamAttestations indicates an expected call of StreamAttestations
func (*MockBeaconChainClientMockRecorder) StreamBlocks ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamBlocks indicates an expected call of StreamBlocks
func (*MockBeaconChainClientMockRecorder) StreamChainHead ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamChainHead indicates an expected call of StreamChainHead
func (*MockBeaconChainClientMockRecorder) StreamIndexedAttestations ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations
func (*MockBeaconChainClientMockRecorder) StreamValidatorsInfo ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}, arg1 ...interface{}) *gomock.Call
StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo
func (*MockBeaconChainClientMockRecorder) SubmitAttesterSlashing ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing
func (*MockBeaconChainClientMockRecorder) SubmitProposerSlashing ¶ added in v0.3.2
func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing
type MockBeaconChain_StreamAttestationsClient ¶ added in v0.3.2
type MockBeaconChain_StreamAttestationsClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamAttestationsClient is a mock of BeaconChain_StreamAttestationsClient interface
func NewMockBeaconChain_StreamAttestationsClient ¶ added in v0.3.2
func NewMockBeaconChain_StreamAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsClient
NewMockBeaconChain_StreamAttestationsClient creates a new mock instance
func (*MockBeaconChain_StreamAttestationsClient) CloseSend ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconChain_StreamAttestationsClient) Context ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) Context() context.Context
Context mocks base method
func (*MockBeaconChain_StreamAttestationsClient) EXPECT ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) EXPECT() *MockBeaconChain_StreamAttestationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconChain_StreamAttestationsClient) Header ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconChain_StreamAttestationsClient) Recv ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) Recv() (*v1alpha1.Attestation, error)
Recv mocks base method
func (*MockBeaconChain_StreamAttestationsClient) RecvMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*MockBeaconChain_StreamAttestationsClient) SendMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*MockBeaconChain_StreamAttestationsClient) Trailer ¶ added in v0.3.2
func (m *MockBeaconChain_StreamAttestationsClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconChain_StreamAttestationsClientMockRecorder ¶ added in v0.3.2
type MockBeaconChain_StreamAttestationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsClient
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Header ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Recv ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockBeaconChain_StreamBlocksClient ¶ added in v0.3.2
type MockBeaconChain_StreamBlocksClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamBlocksClient is a mock of BeaconChain_StreamBlocksClient interface
func NewMockBeaconChain_StreamBlocksClient ¶ added in v0.3.2
func NewMockBeaconChain_StreamBlocksClient(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksClient
NewMockBeaconChain_StreamBlocksClient creates a new mock instance
func (*MockBeaconChain_StreamBlocksClient) CloseSend ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconChain_StreamBlocksClient) Context ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) Context() context.Context
Context mocks base method
func (*MockBeaconChain_StreamBlocksClient) EXPECT ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) EXPECT() *MockBeaconChain_StreamBlocksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconChain_StreamBlocksClient) Header ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconChain_StreamBlocksClient) Recv ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) Recv() (*v1alpha1.SignedBeaconBlock, error)
Recv mocks base method
func (*MockBeaconChain_StreamBlocksClient) RecvMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*MockBeaconChain_StreamBlocksClient) SendMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*MockBeaconChain_StreamBlocksClient) Trailer ¶ added in v0.3.2
func (m *MockBeaconChain_StreamBlocksClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconChain_StreamBlocksClientMockRecorder ¶ added in v0.3.2
type MockBeaconChain_StreamBlocksClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksClient
func (*MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Header ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Recv ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Trailer ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockBeaconChain_StreamChainHeadClient ¶ added in v0.3.2
type MockBeaconChain_StreamChainHeadClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamChainHeadClient is a mock of BeaconChain_StreamChainHeadClient interface
func NewMockBeaconChain_StreamChainHeadClient ¶ added in v0.3.2
func NewMockBeaconChain_StreamChainHeadClient(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadClient
NewMockBeaconChain_StreamChainHeadClient creates a new mock instance
func (*MockBeaconChain_StreamChainHeadClient) CloseSend ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconChain_StreamChainHeadClient) Context ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) Context() context.Context
Context mocks base method
func (*MockBeaconChain_StreamChainHeadClient) EXPECT ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) EXPECT() *MockBeaconChain_StreamChainHeadClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconChain_StreamChainHeadClient) Header ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconChain_StreamChainHeadClient) Recv ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) Recv() (*v1alpha1.ChainHead, error)
Recv mocks base method
func (*MockBeaconChain_StreamChainHeadClient) RecvMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*MockBeaconChain_StreamChainHeadClient) SendMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*MockBeaconChain_StreamChainHeadClient) Trailer ¶ added in v0.3.2
func (m *MockBeaconChain_StreamChainHeadClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconChain_StreamChainHeadClientMockRecorder ¶ added in v0.3.2
type MockBeaconChain_StreamChainHeadClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamChainHeadClientMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadClient
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Header ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Recv ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockBeaconChain_StreamIndexedAttestationsClient ¶ added in v0.3.2
type MockBeaconChain_StreamIndexedAttestationsClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamIndexedAttestationsClient is a mock of BeaconChain_StreamIndexedAttestationsClient interface
func NewMockBeaconChain_StreamIndexedAttestationsClient ¶ added in v0.3.2
func NewMockBeaconChain_StreamIndexedAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsClient
NewMockBeaconChain_StreamIndexedAttestationsClient creates a new mock instance
func (*MockBeaconChain_StreamIndexedAttestationsClient) CloseSend ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconChain_StreamIndexedAttestationsClient) Context ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Context() context.Context
Context mocks base method
func (*MockBeaconChain_StreamIndexedAttestationsClient) EXPECT ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) EXPECT() *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconChain_StreamIndexedAttestationsClient) Header ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconChain_StreamIndexedAttestationsClient) Recv ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Recv() (*v1alpha1.IndexedAttestation, error)
Recv mocks base method
func (*MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*MockBeaconChain_StreamIndexedAttestationsClient) SendMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*MockBeaconChain_StreamIndexedAttestationsClient) Trailer ¶ added in v0.3.2
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder ¶ added in v0.3.2
type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamIndexedAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsClient
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockBeaconChain_StreamValidatorsInfoClient ¶ added in v0.3.2
type MockBeaconChain_StreamValidatorsInfoClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamValidatorsInfoClient is a mock of BeaconChain_StreamValidatorsInfoClient interface
func NewMockBeaconChain_StreamValidatorsInfoClient ¶ added in v0.3.2
func NewMockBeaconChain_StreamValidatorsInfoClient(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoClient
NewMockBeaconChain_StreamValidatorsInfoClient creates a new mock instance
func (*MockBeaconChain_StreamValidatorsInfoClient) CloseSend ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) CloseSend() error
CloseSend mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) Context ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) Context() context.Context
Context mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) EXPECT ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) EXPECT() *MockBeaconChain_StreamValidatorsInfoClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBeaconChain_StreamValidatorsInfoClient) Header ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) Header() (metadata.MD, error)
Header mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) Recv ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) Recv() (*v1alpha1.ValidatorInfo, error)
Recv mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) RecvMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) Send ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) Send(arg0 *v1alpha1.ValidatorChangeSet) error
Send mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) SendMsg ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*MockBeaconChain_StreamValidatorsInfoClient) Trailer ¶ added in v0.3.2
func (m *MockBeaconChain_StreamValidatorsInfoClient) Trailer() metadata.MD
Trailer mocks base method
type MockBeaconChain_StreamValidatorsInfoClientMockRecorder ¶ added in v0.3.2
type MockBeaconChain_StreamValidatorsInfoClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamValidatorsInfoClientMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoClient
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer ¶ added in v0.3.2
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type MockNodeClient ¶ added in v0.3.2
type MockNodeClient struct {
// contains filtered or unexported fields
}
MockNodeClient is a mock of NodeClient interface
func NewMockNodeClient ¶ added in v0.3.2
func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient
NewMockNodeClient creates a new mock instance
func (*MockNodeClient) EXPECT ¶ added in v0.3.2
func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockNodeClient) GetGenesis ¶ added in v0.3.2
func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Genesis, error)
GetGenesis mocks base method
func (*MockNodeClient) GetSyncStatus ¶ added in v0.3.2
func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.SyncStatus, error)
GetSyncStatus mocks base method
func (*MockNodeClient) GetVersion ¶ added in v0.3.2
func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.Version, error)
GetVersion mocks base method
func (*MockNodeClient) ListImplementedServices ¶ added in v0.3.2
func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*v1alpha1.ImplementedServices, error)
ListImplementedServices mocks base method
type MockNodeClientMockRecorder ¶ added in v0.3.2
type MockNodeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeClientMockRecorder is the mock recorder for MockNodeClient
func (*MockNodeClientMockRecorder) GetGenesis ¶ added in v0.3.2
func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetGenesis indicates an expected call of GetGenesis
func (*MockNodeClientMockRecorder) GetSyncStatus ¶ added in v0.3.2
func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSyncStatus indicates an expected call of GetSyncStatus
func (*MockNodeClientMockRecorder) GetVersion ¶ added in v0.3.2
func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetVersion indicates an expected call of GetVersion
func (*MockNodeClientMockRecorder) ListImplementedServices ¶ added in v0.3.2
func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListImplementedServices indicates an expected call of ListImplementedServices
func (*MockNodeClientMockRecorder) ListPeers ¶ added in v0.3.2
func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPeers indicates an expected call of ListPeers