frostfs-api-go/util/proto/test/test.proto
Alex Vanin 89bd8f3915 Add stable marshaller helper for bool
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-18 10:40:59 +03:00

9 lines
No EOL
131 B
Protocol Buffer

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