7 lines
73 B
Protocol Buffer
7 lines
73 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bytes;
|
|
|
|
message Test {
|
|
bytes data = 1;
|
|
}
|