summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider_database_mock_test.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2024-09-20 11:11:53 +1000
committerGitHub <noreply@github.com>2024-09-20 11:11:53 +1000
commitc0d4dd9c9499b7e9b0f83c47396aa6a7da3424db (patch)
tree2d5ca23021aacac96d656b680eb57cab00b1617e /internal/authentication/file_user_provider_database_mock_test.go
parent346acdcf43f715473874c7033421df04f7232e63 (diff)
refactor: linting (#7863)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/authentication/file_user_provider_database_mock_test.go')
-rw-r--r--internal/authentication/file_user_provider_database_mock_test.go9
1 files changed, 7 insertions, 2 deletions
diff --git a/internal/authentication/file_user_provider_database_mock_test.go b/internal/authentication/file_user_provider_database_mock_test.go
index dfdda0c63..efd8f68a3 100644
--- a/internal/authentication/file_user_provider_database_mock_test.go
+++ b/internal/authentication/file_user_provider_database_mock_test.go
@@ -1,5 +1,10 @@
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/authelia/authelia/v4/internal/authentication (interfaces: FileUserProviderDatabase)
+//
+// Generated by this command:
+//
+// mockgen -package authentication -destination file_user_provider_database_mock_test.go -mock_names FileUserProviderDatabase=MockFileUserDatabase github.com/authelia/authelia/v4/internal/authentication FileUserProviderDatabase
+//
// Package authentication is a generated GoMock package.
package authentication
@@ -43,7 +48,7 @@ func (m *MockFileUserDatabase) GetUserDetails(arg0 string) (FileUserDatabaseUser
}
// GetUserDetails indicates an expected call of GetUserDetails.
-func (mr *MockFileUserDatabaseMockRecorder) GetUserDetails(arg0 interface{}) *gomock.Call {
+func (mr *MockFileUserDatabaseMockRecorder) GetUserDetails(arg0 any) *gomock.Call {
mr.mock.ctrl.T.Helper()
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetUserDetails", reflect.TypeOf((*MockFileUserDatabase)(nil).GetUserDetails), arg0)
}
@@ -83,7 +88,7 @@ func (m *MockFileUserDatabase) SetUserDetails(arg0 string, arg1 *FileUserDatabas
}
// SetUserDetails indicates an expected call of SetUserDetails.
-func (mr *MockFileUserDatabaseMockRecorder) SetUserDetails(arg0, arg1 interface{}) *gomock.Call {
+func (mr *MockFileUserDatabaseMockRecorder) SetUserDetails(arg0, arg1 any) *gomock.Call {
mr.mock.ctrl.T.Helper()
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetUserDetails", reflect.TypeOf((*MockFileUserDatabase)(nil).SetUserDetails), arg0, arg1)
}