forked from TrueCloudLab/frostfs-api-go
acl: make MatchType's constants public back
This commit is contained in:
parent
f826517207
commit
2fba8cb7b3
3 changed files with 11 additions and 7 deletions
|
@ -2,8 +2,12 @@ package acl
|
|||
|
||||
const (
|
||||
_ MatchType = iota
|
||||
stringEqual
|
||||
stringNotEqual
|
||||
|
||||
// StringEqual is a MatchType of string equality.
|
||||
StringEqual
|
||||
|
||||
// StringNotEqual is a MatchType of string inequality.
|
||||
StringNotEqual
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue