Search Apps Documentation Source Content File Folder Download Copy Actions Download

role.gno

0.13 Kb · 8 lines
1package groups
2
3type Permission string
4
5const (
6	DeletePermission Permission = "role:delete"
7	EditPermission   Permission = "role:edit"
8)