Skip to content

Commit

Permalink
fix:config discover request not file info (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Dec 8, 2023
1 parent f7ef0fb commit 99fca05
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 129 deletions.
2 changes: 2 additions & 0 deletions api/v1/config_manage/config_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ message ConfigDiscoverRequest {
UNKNOWN = 0;
CONFIG_FILE = 1;
CONFIG_FILE_Names = 2;
CONFIG_FILE_GROUPS = 3;
}
ConfigDiscoverRequestType type = 1;
ClientConfigFileInfo config_file = 2 [ json_name = "config_file" ];
Expand All @@ -194,6 +195,7 @@ message ConfigDiscoverResponse {
UNKNOWN = 0;
CONFIG_FILE = 1;
CONFIG_FILE_Names = 2;
CONFIG_FILE_GROUPS = 3;
}

uint32 code = 1;
Expand Down
Loading

0 comments on commit 99fca05

Please sign in to comment.