blob: 658dfc52eb91dab35b5f36a767f97ec134f94a4f [file] [log] [blame]
syntax = "proto3";
package pagespeed;
import "validate/validate.proto";
message Decoder {
string key = 1 [(validate.rules).string.min_bytes = 1];
string val = 2 [(validate.rules).string.min_bytes = 1];
}