forked from TrueCloudLab/frostfs-api-go
41f9c50424
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
7 lines
No EOL
80 B
Protocol Buffer
7 lines
No EOL
80 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package test;
|
|
|
|
message Primitives {
|
|
bytes field_a = 1;
|
|
} |