mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 19:56:37 +08:00
阶段性提交
This commit is contained in:
10
pkg/rpc/protos/model_network_address.proto
Normal file
10
pkg/rpc/protos/model_network_address.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NetworkAddress {
|
||||
string protocol = 1;
|
||||
string host = 2;
|
||||
string portRange = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user