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