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/models/model_http_gzip.proto
T

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;
}