cc-backend/internal
Christoph Kluge 834f9d9085 Add role helper functions, add project role barebone, add valid role arr
- HasAnyRoles([]string): Checks if user has *one* of the roles
- HasAllRoles([]string): Cheks if user has *all* of the roles
- HasNotRoles([]string): Checks if user has *none* of the roles
- IsValidRole(string): Checks if given string is known valid role
2023-01-25 16:59:16 +01:00
..
api archive jobs in single worker thread 2022-12-08 15:04:58 +01:00
auth Add role helper functions, add project role barebone, add valid role arr 2023-01-25 16:59:16 +01:00
config Swagger definition URL now based on config.json Addr field 2022-09-27 10:33:36 +02:00
graph Add role helper functions, add project role barebone, add valid role arr 2023-01-25 16:59:16 +01:00
metricdata add prometheus metricdata backend 2022-12-08 13:51:44 +01:00
repository Add role helper functions, add project role barebone, add valid role arr 2023-01-25 16:59:16 +01:00
routerConfig Add buildInfo to frontend footer 2022-09-27 09:56:17 +02:00
runtimeEnv Add copyright and license header. Update license year 2022-07-29 06:29:21 +02:00