[#126] sdk: implement container rpc for in client

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-25 14:52:18 +03:00 committed by Stanislav Bogatyrev
parent 25e6b45b57
commit aa539cd0c4
4 changed files with 470 additions and 0 deletions

7
pkg/acl/types.go Normal file
View file

@ -0,0 +1,7 @@
package acl
const (
PublicBasicRule = 0x1FFFFFFF
PrivateBasicRule = 0x18888888
ReadOnlyBasicRule = 0x1FFF88FF
)