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 MockAuthMethod ¶
type MockAuthMethod struct {
// contains filtered or unexported fields
}
MockAuthMethod is a mock of AuthMethod interface.
func NewMockAuthMethod ¶
func NewMockAuthMethod(ctrl *gomock.Controller) *MockAuthMethod
NewMockAuthMethod creates a new mock instance.
func (*MockAuthMethod) EXPECT ¶
func (m *MockAuthMethod) EXPECT() *MockAuthMethodMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAuthMethodMockRecorder ¶
type MockAuthMethodMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthMethodMockRecorder is the mock recorder for MockAuthMethod.
func (*MockAuthMethodMockRecorder) Login ¶
func (mr *MockAuthMethodMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call
Login indicates an expected call of Login.
Click to show internal directories.
Click to hide internal directories.