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:
parent
41e473eefc
commit
e0e4b05b7f
5 changed files with 24 additions and 4 deletions
|
@ -41,6 +41,8 @@ message ConfigMode {
|
|||
|
||||
message GetConfigServiceDefaultsRequest {
|
||||
string name = 1;
|
||||
int32 session_id = 2;
|
||||
int32 node_id = 3;
|
||||
}
|
||||
|
||||
message GetConfigServiceDefaultsResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue