forked from TrueCloudLab/frostfs-api-go
[#126] sdk: implement container rpc for in client
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
25e6b45b57
commit
aa539cd0c4
4 changed files with 470 additions and 0 deletions
7
pkg/acl/types.go
Normal file
7
pkg/acl/types.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package acl
|
||||
|
||||
const (
|
||||
PublicBasicRule = 0x1FFFFFFF
|
||||
PrivateBasicRule = 0x18888888
|
||||
ReadOnlyBasicRule = 0x1FFF88FF
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue