Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRegistrationService ¶ added in v0.9.2
type MockRegistrationService struct {
// contains filtered or unexported fields
}
MockRegistrationService is a mock of RegistrationService interface.
func NewMockRegistrationService ¶ added in v0.9.2
func NewMockRegistrationService(ctrl *gomock.Controller) *MockRegistrationService
NewMockRegistrationService creates a new mock instance.
func (*MockRegistrationService) EXPECT ¶ added in v0.9.2
func (m *MockRegistrationService) EXPECT() *MockRegistrationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRegistrationService) RegisterForRoundClosed ¶ added in v0.9.2
func (m *MockRegistrationService) RegisterForRoundClosed(arg0 context.Context) <-chan service.ClosedRound
RegisterForRoundClosed mocks base method.
type MockRegistrationServiceMockRecorder ¶ added in v0.9.2
type MockRegistrationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrationServiceMockRecorder is the mock recorder for MockRegistrationService.
func (*MockRegistrationServiceMockRecorder) NewProof ¶ added in v0.9.2
func (mr *MockRegistrationServiceMockRecorder) NewProof(arg0, arg1 any) *gomock.Call
NewProof indicates an expected call of NewProof.
func (*MockRegistrationServiceMockRecorder) RegisterForRoundClosed ¶ added in v0.9.2
func (mr *MockRegistrationServiceMockRecorder) RegisterForRoundClosed(arg0 any) *gomock.Call
RegisterForRoundClosed indicates an expected call of RegisterForRoundClosed.
Click to show internal directories.
Click to hide internal directories.