Skip to content

Commit

Permalink
fix:config discover request not file info (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Dec 8, 2023
1 parent 522ff16 commit f7ef0fb
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 134 deletions.
5 changes: 2 additions & 3 deletions api/v1/config_manage/config_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,8 @@ message ConfigDiscoverRequest {
CONFIG_FILE_Names = 2;
}
ConfigDiscoverRequestType type = 1;
string namespace = 2;
string group = 3;
string revision = 4;
ClientConfigFileInfo config_file = 2 [ json_name = "config_file" ];
string revision = 3;
}

message ConfigDiscoverResponse {
Expand Down
Loading

0 comments on commit f7ef0fb

Please sign in to comment.