mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 10:10:27 +08:00
阶段性提交
This commit is contained in:
14
pkg/rpc/protos/model_origin_server.proto
Normal file
14
pkg/rpc/protos/model_origin_server.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "model_network_address.proto";
|
||||
|
||||
message OriginServer {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
string name = 3;
|
||||
NetworkAddress addr = 4;
|
||||
string description = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user