7 lines
95 B
Protocol Buffer
7 lines
95 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
enum DropSubfieldType {
|
||
|
DROP_SUBFIELD_NONE = 0;
|
||
|
DROP_SUBFIELD_ONE = 1;
|
||
|
}
|