frostfs-api-go/util/proto/test/test.proto

13 lines
235 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package test;
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;
}