Compare commits

..

No commits in common. "0683eba527ff54869b5e8872d06d07af6b56f908" and "f09c8fb24492d99245119dae9e723fb609b19606" have entirely different histories.

View File

@ -1,27 +0,0 @@
syntax = "proto3";
package simulation_manage;
// 仿
message SimulationServerInfo {
// id
string serviceId = 1;
// cpu使用率
float cpuUsage = 2;
//
uint64 totalMemory = 3;
// 使
uint64 usedMemory = 4;
}
// 仿
message StartSimulationRequest {
// id
string functionId = 1;
}
// 仿
message StartSimulationResponse {
// 仿id
string simulationId = 1;
}