forked from TrueCloudLab/frostfs-api-go
[#331] v2/object: Add COMMON_PREFIX v2 matchtype enum constant
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
de3242d867
commit
e6cd9c48ed
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ const (
|
||||||
MatchStringEqual
|
MatchStringEqual
|
||||||
MatchStringNotEqual
|
MatchStringNotEqual
|
||||||
MatchNotPresent
|
MatchNotPresent
|
||||||
|
MatchCommonPrefix
|
||||||
)
|
)
|
||||||
|
|
||||||
func (h *ShortHeader) GetVersion() *refs.Version {
|
func (h *ShortHeader) GetVersion() *refs.Version {
|
||||||
|
|
Loading…
Reference in a new issue