7 lines
99 B
Protocol Buffer
7 lines
99 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message FeatureBlockInfo {
|
||
|
uint32 end_time = 2;
|
||
|
uint32 feature_type = 1;
|
||
|
}
|