mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-02-22 21:15:41 +08:00
阶段性提交
This commit is contained in:
16
internal/rpc/protos/model_server.proto
Normal file
16
internal/rpc/protos/model_server.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "model_node_cluster.proto";
|
||||
|
||||
message Server {
|
||||
int64 id = 1;
|
||||
bytes config = 2;
|
||||
bytes includeNodes = 3;
|
||||
bytes excludeNodes = 4;
|
||||
int64 createdAt = 5;
|
||||
|
||||
NodeCluster cluster = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user