Files
EdgeCommon/pkg/rpc/protos/models/model_http_gzip.proto

15 lines
254 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
import "models/model_size_capacity.proto";
message HTTPGzip {
int64 id = 1;
bool isOn = 2;
int32 level = 3;
SizeCapacity minLength = 4;
SizeCapacity maxLength = 5;
bytes condsJSON = 6;
}