From 0bf1af825315a61364af03cb49597c5ef199dfcd Mon Sep 17 00:00:00 2001 From: hlts2 Date: Mon, 13 May 2024 21:35:53 +0900 Subject: [PATCH] fix: add query configuration to client-api-confi.md Signed-off-by: hlts2 --- docs/user-guides/client-api-config.md | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/user-guides/client-api-config.md b/docs/user-guides/client-api-config.md index 2683c845d7..08df5218fd 100644 --- a/docs/user-guides/client-api-config.md +++ b/docs/user-guides/client-api-config.md @@ -112,6 +112,12 @@ message Filter { uint32 port = 2; } + // Represent the filter query. + message Query { + // The raw query string. + string query = 1; + } + // Represent filter configuration. message Config { // Represent the filter target configuration. @@ -241,6 +247,12 @@ message Filter { uint32 port = 2; } + // Represent the filter query. + message Query { + // The raw query string. + string query = 1; + } + // Represent filter configuration. message Config { // Represent the filter target configuration. @@ -369,6 +381,12 @@ message Filter { uint32 port = 2; } + // Represent the filter query. + message Query { + // The raw query string. + string query = 1; + } + // Represent filter configuration. message Config { // Represent the filter target configuration. @@ -591,6 +609,12 @@ message Filter { uint32 port = 2; } + // Represent the filter query. + message Query { + // The raw query string. + string query = 1; + } + // Represent filter configuration. message Config { // Represent the filter target configuration. @@ -618,6 +642,12 @@ message Filter { uint32 port = 2; } + // Represent the filter query. + message Query { + // The raw query string. + string query = 1; + } + // Represent filter configuration. message Config { // Represent the filter target configuration.