From e6cd9c48edccfe1a7ce35c5ebca50b58ca56a0fe Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 16 Aug 2021 14:58:57 +0300 Subject: [PATCH] [#331] v2/object: Add COMMON_PREFIX v2 matchtype enum constant Signed-off-by: Pavel Karpy --- v2/object/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/object/types.go b/v2/object/types.go index 6b1dcc3..94e9ed9 100644 --- a/v2/object/types.go +++ b/v2/object/types.go @@ -312,6 +312,7 @@ const ( MatchStringEqual MatchStringNotEqual MatchNotPresent + MatchCommonPrefix ) func (h *ShortHeader) GetVersion() *refs.Version {