From 29b77f14de8b5c16405893b17ed1a20f668e72d4 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 14 Dec 2024 12:01:34 -0800 Subject: [PATCH] roles: potential future roles --- pkg/service/security.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/service/security.go b/pkg/service/security.go index 4cc0c7e..819f624 100644 --- a/pkg/service/security.go +++ b/pkg/service/security.go @@ -26,6 +26,9 @@ type Roles struct { SubmissionRelease bool SubmissionReview bool ScriptWrite bool + // Thumbnail bool + // MapDownload + // automated roles Maptest bool }