forked from TrueCloudLab/frostfs-api-go
Add stable marshaller helper for ints
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
89bd8f3915
commit
f8482381fd
4 changed files with 406 additions and 9 deletions
|
@ -6,4 +6,8 @@ message Primitives {
|
|||
bytes field_a = 1;
|
||||
string field_b = 2;
|
||||
bool field_c = 200;
|
||||
int32 field_d = 201;
|
||||
uint32 field_e = 202;
|
||||
int64 field_f = 203;
|
||||
uint64 field_g = 204;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue