aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/blockcodecs/fuzz/proto/case.proto
blob: 85518b0da9ec9613f5fb2c5ea207f90e9c36b484 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
syntax="proto3";

package NBlockCodecs.NFuzz;

message TPackUnpackCase {
    bool Packed         = 1;
    uint32 BufferLength = 2;
    string CodecName    = 3;
    bytes Data          = 4;
}