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 MockAuthService ¶
type MockAuthService struct {
// contains filtered or unexported fields
}
MockAuthService is a mock of AuthService interface
func NewMockAuthService ¶
func NewMockAuthService(ctrl *gomock.Controller) *MockAuthService
NewMockAuthService creates a new mock instance
func (*MockAuthService) EXPECT ¶
func (m *MockAuthService) EXPECT() *MockAuthServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAuthService) SetConnection ¶
func (m *MockAuthService) SetConnection(arg0 string) error
SetConnection mocks base method
func (*MockAuthService) Validate ¶
func (m *MockAuthService) Validate(arg0 string) error
Validate mocks base method
type MockAuthServiceMockRecorder ¶
type MockAuthServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthServiceMockRecorder is the mock recorder for MockAuthService
func (*MockAuthServiceMockRecorder) SetConnection ¶
func (mr *MockAuthServiceMockRecorder) SetConnection(arg0 interface{}) *gomock.Call
SetConnection indicates an expected call of SetConnection
func (*MockAuthServiceMockRecorder) Validate ¶
func (mr *MockAuthServiceMockRecorder) Validate(arg0 interface{}) *gomock.Call
Validate indicates an expected call of Validate
Click to show internal directories.
Click to hide internal directories.