[#xxxx] policy: Add constants for more targets

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2024-04-12 19:22:34 +03:00
parent 6eb492025b
commit 5b0ea5e0a8

View file

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