cmvr-es/protos/cmvr/config/cmvr_es_config/cmvr_es_config.proto

15 lines
292 B
Protocol Buffer
Raw Normal View History

2026-06-24 15:45:54 +08:00
syntax = "proto3";
package cmvr.config;
message CMVRESConfig {
reserved 3, 5;
string logger_config_file = 1;
string device_manager_config_file = 2;
string task_manager_config_file = 4;
string grpc_server_config_file = 6;
}
message CMVRESRootConfig {
CMVRESConfig cmvr_es = 1;
}