GC-Proto/proto/State.proto

10 lines
95 B
Protocol Buffer

syntax = "proto3";
enum State {
STATE_INVALID = 0;
STATE_START = 1;
STATE_TIMEOUT = 2;
}