Add proto marshal helper for bytes

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-14 13:57:19 +03:00 committed by Stanislav Bogatyrev
parent 51e1c3bbcb
commit 41f9c50424
4 changed files with 496 additions and 0 deletions

View file

@ -0,0 +1,7 @@
syntax = "proto3";
package test;
message Primitives {
bytes field_a = 1;
}