Sync acl enums with proto definition
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
5880875bd9
commit
64b456996e
1 changed files with 2 additions and 2 deletions
|
@ -56,15 +56,15 @@ const (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ActionUnknown Action = iota
|
ActionUnknown Action = iota
|
||||||
ActionDeny
|
|
||||||
ActionAllow
|
ActionAllow
|
||||||
|
ActionDeny
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
OperationUnknown Operation = iota
|
OperationUnknown Operation = iota
|
||||||
OperationGet
|
OperationGet
|
||||||
OperationPut
|
|
||||||
OperationHead
|
OperationHead
|
||||||
|
OperationPut
|
||||||
OperationDelete
|
OperationDelete
|
||||||
OperationSearch
|
OperationSearch
|
||||||
OperationRange
|
OperationRange
|
||||||
|
|
Loading…
Reference in a new issue