Add stable marshaller helper for ints

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-14 16:32:19 +03:00 committed by Stanislav Bogatyrev
parent 89bd8f3915
commit f8482381fd
4 changed files with 406 additions and 9 deletions

View file

@ -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;
}