SMQ-2705 - Add list groups with no parent group (#2708)

Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
This commit is contained in:
Felix Gateru
2025-02-25 12:13:42 +03:00
committed by GitHub
parent a5bf63c2c6
commit f96876fe04
5 changed files with 25 additions and 5 deletions
+1
View File
@@ -46,6 +46,7 @@ const (
TreeKey = "tree"
ParentKey = "parent_id"
LevelKey = "level"
RootGroupKey = "root_group"
TokenKey = "token"
SubjectKey = "subject"