10 lines
125 B
Protocol Buffer
10 lines
125 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "CmdList.proto";
|
||
|
|
||
|
message OplogRequest {
|
||
|
required CmdList _Oplog = 1;
|
||
|
}
|