实现重写规则管理

This commit is contained in:
GoEdgeLab
2020-09-28 16:25:49 +08:00
parent 53dc4f7574
commit 65e6e85215
12 changed files with 1393 additions and 329 deletions

View File

@@ -7,6 +7,7 @@ import "model_node_cluster.proto";
message Server {
int64 id = 1;
bool isOn = 18;
string type = 2;
string name = 3;
string description = 4;