summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider_database_mock_test.go
AgeCommit message (Collapse)Author
2024-10-19refactor: generate mocks (#8057)James Elliott
2024-09-20refactor: linting (#7863)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-03-04build(deps): use go.uber.org/mockJames Elliott
Use the new go.uber.org/mock which is currently maintained. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-09-03docs: jsonschema (#5493)James Elliott
Adds a JSON Schema for the configuration, user database, and most exports. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-25test(authentication): add missing tests (#5482)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>