Files
python-betterproto/tests/inputs/regression_414/regression_414.proto
2022-08-31 18:59:12 +01:00

9 lines
130 B
Protocol Buffer

syntax = "proto3";
package regression_414;
message Test {
bytes body = 1;
bytes auth = 2;
repeated bytes signatures = 3;
}