Skip to content

Commit

Permalink
fix: add query configuration to client-api-confi.md
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed May 13, 2024
1 parent a8dec7e commit 0bf1af8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/user-guides/client-api-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0bf1af8

Please sign in to comment.