Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstructRepo ¶
type InstructRepo interface { Instruct(ct CommandType, data1, data2 byte) []byte InstructLen() int CheckReplay(rt ReplayType, replay []byte) error ReplayData(replay []byte) []byte }
type ReplayType ¶
type ReplayType int
const ( NoneReplay ReplayType = iota VersionReplay ModelReplay )
Click to show internal directories.
Click to hide internal directories.