gui/grpc: updated GetConfigServiceDefaults to require a session and node id, this will allow retrieving data with the context of the associated node

This commit is contained in:
Blake Harnden 2023-06-08 20:40:49 -07:00
parent 41e473eefc
commit e0e4b05b7f
5 changed files with 24 additions and 4 deletions

View file

@ -41,6 +41,8 @@ message ConfigMode {
message GetConfigServiceDefaultsRequest {
string name = 1;
int32 session_id = 2;
int32 node_id = 3;
}
message GetConfigServiceDefaultsResponse {