WIP: Store hashed entity name in policy contract #87

Draft
alexvanin wants to merge 3 commits from alexvanin/frostfs-contract:after-ug into master
Showing only changes of commit 5b0ea5e0a8 - Show all commits

View file

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