This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/protos/model_reverse_proxy.proto
T
2020-09-15 14:44:38 +08:00

11 lines
188 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
message ReverseProxy {
int64 id = 1;
bytes schedulingJSON = 2;
bytes primaryOriginsJSON = 3;
bytes backupOriginsJSON = 4;
}