Files
EdgeCommon/pkg/rpc/protos/model_http_web.proto

11 lines
148 B
Protocol Buffer
Raw Normal View History

2020-09-15 14:44:38 +08:00
syntax = "proto3";
option go_package = "./pb";
package pb;
message HTTPWeb {
int64 id = 1;
2020-09-16 09:09:31 +08:00
bool isOn = 2;
string root = 3;
int64 gzipId = 4;
2020-09-15 14:44:38 +08:00
}