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

7 lines
80 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package test;
message Primitives {
bytes field_a = 1;
}