Documentation ¶
Overview ¶
Package mockauth is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthRepo ¶
type MockAuthRepo struct {
// contains filtered or unexported fields
}
MockAuthRepo is a mock of AuthRepo interface.
func NewMockAuthRepo ¶
func NewMockAuthRepo(ctrl *gomock.Controller) *MockAuthRepo
NewMockAuthRepo creates a new mock instance.
func (*MockAuthRepo) CreateUser ¶
CreateUser mocks base method.
func (*MockAuthRepo) EXPECT ¶
func (m *MockAuthRepo) EXPECT() *MockAuthRepoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthRepo) FindPassword ¶
FindPassword mocks base method.
type MockAuthRepoMockRecorder ¶
type MockAuthRepoMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthRepoMockRecorder is the mock recorder for MockAuthRepo.
func (*MockAuthRepoMockRecorder) CreateUser ¶
func (mr *MockAuthRepoMockRecorder) CreateUser(tx, user any) *gomock.Call
CreateUser indicates an expected call of CreateUser.
func (*MockAuthRepoMockRecorder) FindPassword ¶
func (mr *MockAuthRepoMockRecorder) FindPassword(tx, name any) *gomock.Call
FindPassword indicates an expected call of FindPassword.
Click to show internal directories.
Click to hide internal directories.