frostfs-api-go/util/proto/test/test.proto
Alex Vanin 311b76b75b Add proto marshal helper for string
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-18 10:40:56 +03:00

8 lines
No EOL
104 B
Protocol Buffer

syntax = "proto3";
package test;
message Primitives {
bytes field_a = 1;
string field_b = 2;
}