mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-19 00:40:26 +08:00
智能DNS初步支持搜索引擎线路
This commit is contained in:
12
pkg/rpc/protos/models/model_client_agent.proto
Normal file
12
pkg/rpc/protos/models/model_client_agent.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message ClientAgent {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
string code = 3;
|
||||
string description = 4;
|
||||
int64 countIPs = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user