mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-01 14:00:25 +08:00
阶段性提交
This commit is contained in:
13
internal/rpc/protos/model_node.proto
Normal file
13
internal/rpc/protos/model_node.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "model_cluster.proto";
|
||||
|
||||
message Node {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
|
||||
Cluster cluster = 32;
|
||||
}
|
||||
Reference in New Issue
Block a user