forked from TrueCloudLab/frostfs-api-go
Add proto marshal helper for bytes
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
51e1c3bbcb
commit
41f9c50424
4 changed files with 496 additions and 0 deletions
7
util/proto/test/test.proto
Normal file
7
util/proto/test/test.proto
Normal file
|
@ -0,0 +1,7 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package test;
|
||||
|
||||
message Primitives {
|
||||
bytes field_a = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue