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 MockWebRegistrator ¶
type MockWebRegistrator struct {
// contains filtered or unexported fields
}
MockWebRegistrator is a mock of WebRegistrator interface.
func NewMockWebRegistrator ¶
func NewMockWebRegistrator(ctrl *gomock.Controller) *MockWebRegistrator
NewMockWebRegistrator creates a new mock instance.
func (*MockWebRegistrator) EXPECT ¶
func (m *MockWebRegistrator) EXPECT() *MockWebRegistratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWebRegistrator) Register ¶
func (m *MockWebRegistrator) Register(router router.Registrator)
Register mocks base method.
type MockWebRegistratorMockRecorder ¶
type MockWebRegistratorMockRecorder struct {
// contains filtered or unexported fields
}
MockWebRegistratorMockRecorder is the mock recorder for MockWebRegistrator.
func (*MockWebRegistratorMockRecorder) Register ¶
func (mr *MockWebRegistratorMockRecorder) Register(router interface{}) *gomock.Call
Register indicates an expected call of Register.
type MockWebService ¶
type MockWebService struct {
// contains filtered or unexported fields
}
MockWebService is a mock of WebService interface.
func NewMockWebService ¶
func NewMockWebService(ctrl *gomock.Controller) *MockWebService
NewMockWebService creates a new mock instance.
func (*MockWebService) EXPECT ¶
func (m *MockWebService) EXPECT() *MockWebServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWebService) GracefulStop ¶
func (m *MockWebService) GracefulStop() error
GracefulStop mocks base method.
type MockWebServiceMockRecorder ¶
type MockWebServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockWebServiceMockRecorder is the mock recorder for MockWebService.
func (*MockWebServiceMockRecorder) GracefulStop ¶
func (mr *MockWebServiceMockRecorder) GracefulStop() *gomock.Call
GracefulStop indicates an expected call of GracefulStop.
func (*MockWebServiceMockRecorder) Run ¶
func (mr *MockWebServiceMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run.