This commit is contained in:
Jabberwocky238
2026-07-17 05:55:31 -04:00
parent 67c07b3bcf
commit 68cda1972c
19 changed files with 897 additions and 897 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ const (
PermAdmin Perm = "admin"
)
// PermRank gives perm a hierarchy for implication checks: a grant of rank N
// satisfies a request of rank <= N.
func (perm Perm) PermRank() int {
switch perm {
case PermAdmin: