Add proto marshal helper for string

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-14 15:29:48 +03:00 committed by Stanislav Bogatyrev
parent 41f9c50424
commit 311b76b75b
4 changed files with 129 additions and 30 deletions

View file

@ -4,4 +4,5 @@ package test;
message Primitives {
bytes field_a = 1;
string field_b = 2;
}