updates to config services dialogs in coretk, initial working state for running config services from the coretk gui
This commit is contained in:
parent
83e7853821
commit
da107cc1d9
9 changed files with 111 additions and 209 deletions
|
@ -4,6 +4,13 @@ package configservices;
|
|||
|
||||
import "core/api/grpc/common.proto";
|
||||
|
||||
message ConfigServiceConfig {
|
||||
int32 node_id = 1;
|
||||
string name = 2;
|
||||
map<string, string> templates = 3;
|
||||
map<string, string> config = 4;
|
||||
}
|
||||
|
||||
message ConfigServiceValidationMode {
|
||||
enum Enum {
|
||||
BLOCKING = 0;
|
||||
|
|
|
@ -166,6 +166,7 @@ message StartSessionRequest {
|
|||
repeated ServiceConfig service_configs = 10;
|
||||
repeated ServiceFileConfig service_file_configs = 11;
|
||||
repeated Link asymmetric_links = 12;
|
||||
repeated configservices.ConfigServiceConfig config_service_configs = 13;
|
||||
}
|
||||
|
||||
message StartSessionResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue