mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-14 16:30:26 +08:00
阶段性提交
This commit is contained in:
@@ -3,11 +3,11 @@ option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "model_cluster.proto";
|
||||
import "model_node_cluster.proto";
|
||||
|
||||
message Node {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
|
||||
Cluster cluster = 32;
|
||||
NodeCluster cluster = 32;
|
||||
}
|
||||
Reference in New Issue
Block a user