forked from TrueCloudLab/frostfs-api-go
[#172] util/proto: Resolve protobuf compile warnings
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
8351c78f58
commit
fd8e691f61
2 changed files with 2 additions and 0 deletions
BIN
util/proto/test/test.pb.go
generated
BIN
util/proto/test/test.pb.go
generated
Binary file not shown.
|
@ -2,6 +2,8 @@ syntax = "proto3";
|
||||||
|
|
||||||
package test;
|
package test;
|
||||||
|
|
||||||
|
option go_package = "util/proto/test";
|
||||||
|
|
||||||
message Primitives {
|
message Primitives {
|
||||||
bytes field_a = 1;
|
bytes field_a = 1;
|
||||||
string field_b = 2;
|
string field_b = 2;
|
||||||
|
|
Loading…
Reference in a new issue