1
0
Fork 0
python-aristaproto/tests/inputs/bytes/bytes.proto

8 lines
73 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package bytes;
message Test {
bytes data = 1;
}