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
..
2022-09-12 14:46:18 +02:00
2022-09-05 17:46:38 +02:00
2022-09-20 13:07:46 +02:00
2022-09-12 13:34:21 +02:00