forked from TrueCloudLab/frostfs-api-go
Add proto marshal helper for string
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
41f9c50424
commit
311b76b75b
4 changed files with 129 additions and 30 deletions
|
@ -4,4 +4,5 @@ package test;
|
|||
|
||||
message Primitives {
|
||||
bytes field_a = 1;
|
||||
string field_b = 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue