Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeCommon/pkg/rpc/protos/models/model_reverse_proxy.proto
Normal file
11
EdgeCommon/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