GC-Proto/proto/CmdId.proto
2023-01-28 22:00:48 +08:00

9 lines
59 B
Protocol Buffer

syntax = "proto3";
enum CmdId {
SUCC = 0;
FAIL = 1;
}