policy: Add constants for more targets #90

Merged
alexvanin merged 1 commit from alexvanin/frostfs-contract:policy/new-lind-targets into master 2024-04-17 08:19:31 +00:00

View file

@ -16,6 +16,8 @@ type Kind byte
const (
Namespace = 'n'
Container = 'c'
User = 'u'
Group = 'g'
IAM = 'i'
)