[#331] v2/object: Add COMMON_PREFIX v2 matchtype enum constant

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
support/v2.15
Pavel Karpy 2021-08-16 14:58:57 +03:00 committed by Alex Vanin
parent de3242d867
commit e6cd9c48ed
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ const (
MatchStringEqual
MatchStringNotEqual
MatchNotPresent
MatchCommonPrefix
)
func (h *ShortHeader) GetVersion() *refs.Version {