Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestCmd ¶
type TestCmd uint8
TestCmd -- enum.
const ( TestCmdUnknown TestCmd = 1 << iota TestCmdIsPlural TestCmdIsSingular TestCmdPlural TestCmdSingular TestCmdAll = TestCmdIsPlural + TestCmdIsSingular + TestCmdPlural + TestCmdSingular )
TestCmd -- enum constants.
func TestCmdString ¶
TestCmdString -- convert string reprensentation in to enum value.
Click to show internal directories.
Click to hide internal directories.