# Functions
AuthUserMiddleware is a middleware that manually sets an user as authenticated in the context to be used in tests.
FakeAdminLoggedInMiddlewware is a middleware that sets a fake admin account to context.
FakeUserLoggedInMiddlewware is a middleware that sets a fake user account to context.
No description provided by the author
GetValidAccount returns a valid account for testing It includes an ID to properly use the account when testing authentication methods without interacting with the database.
No description provided by the author
NewGin returns a new gin engine with test mode enabled.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author