Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = map[string]Command{ "help": { Name: "help", NameANSI: "\033[33mhelp\033[0m", Description: "show this message", Callback: nil, }, "exit": { Name: "exit", NameANSI: "\033[33mexit\033[0m", Description: "exit the server", Callback: func() { os.Exit(0) }, }, "config": { Name: "config", NameANSI: "\033[33mconfig\033[0m", Description: "show the config", Callback: showConfig, }, }
View Source
var (
HelpMsg = title + createHelpMessage(Commands)
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.