From 0040853986b0dcd0dce01cb5a2c84ae218fbd310 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 16 Aug 2021 10:25:06 +0300 Subject: [PATCH] [#166] object: Define COMMON_PREFIX value in MatchType enum Signed-off-by: Pavel Karpy --- object/types.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/object/types.proto b/object/types.proto index 8169645..302019f 100644 --- a/object/types.proto +++ b/object/types.proto @@ -41,6 +41,9 @@ enum MatchType { // Lack of key NOT_PRESENT = 3; + + // String prefix match + COMMON_PREFIX = 4; } // Short header fields