mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-11 13:53:35 +08:00
阶段性提交
This commit is contained in:
10
internal/rpc/protos/model_node_cluster.proto
Normal file
10
internal/rpc/protos/model_node_cluster.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NodeCluster {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
int64 createdAt = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user