forked from TrueCloudLab/frostfs-api-go
Add stable marshal helpers for repeated fields
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
a7a8fc33bb
commit
a68252c956
4 changed files with 1217 additions and 111 deletions
|
@ -17,4 +17,13 @@ message Primitives {
|
|||
NEGATIVE = -1;
|
||||
}
|
||||
SomeEnum field_h = 300;
|
||||
}
|
||||
|
||||
message RepPrimitives {
|
||||
repeated bytes field_a = 1;
|
||||
repeated string field_b = 2;
|
||||
repeated int32 field_c = 3;
|
||||
repeated uint32 field_d = 4;
|
||||
repeated int64 field_e = 5;
|
||||
repeated uint64 field_f = 6;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue