Documentation
¶
Index ¶
Constants ¶
View Source
const (
HelpMessage = `` /* 178-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandType ¶
type CommandType string
const ( ReadAll CommandType = "readall" Read CommandType = "read" Create CommandType = "create" Update CommandType = "update" Delete CommandType = "delete" Help CommandType = "help" Exit CommandType = "exit" None CommandType = "" )
func ParseCommandType ¶
func ParseCommandType(s string) (v CommandType, err error)
Click to show internal directories.
Click to hide internal directories.