7 lines
84 B
Protocol Buffer
7 lines
84 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
enum InterOpType {
|
||
|
INTER_OP_FINISH = 0;
|
||
|
INTER_OP_START = 1;
|
||
|
}
|