protobuff for get enclave config
This commit is contained in:
parent
123842e470
commit
dd4b0f7f9f
@ -6,6 +6,8 @@ message SetConfigResponse {
|
||||
string status = 1;
|
||||
}
|
||||
|
||||
message Empty {}
|
||||
|
||||
// The main Config structure
|
||||
message ManagerConfigPB {
|
||||
repeated FileEntry filesystem = 1;
|
||||
@ -36,4 +38,5 @@ message ChildProcess {
|
||||
|
||||
service ConfigManager {
|
||||
rpc SetConfig(ManagerConfigPB) returns (SetConfigResponse) {}
|
||||
rpc GetConfig(Empty) returns (ManagerConfigPB) {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user