mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 19:20:24 +08:00
对服务增加基础的数据统计/部分代码分Package
This commit is contained in:
11
pkg/rpc/protos/models/model_reverse_proxy.proto
Normal file
11
pkg/rpc/protos/models/model_reverse_proxy.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message ReverseProxy {
|
||||
int64 id = 1;
|
||||
bytes schedulingJSON = 2;
|
||||
bytes primaryOriginsJSON = 3;
|
||||
bytes backupOriginsJSON = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user