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

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-16 14:58:57 +03:00 committed by Alex Vanin
parent de3242d867
commit e6cd9c48ed

View file

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