package
0.0.1-alpha
Repository: https://github.com/minmax1996/aoimdb.git
Documentation: pkg.go.dev

# Functions

GetCommand gets command by name or returns nil if not found.
NewAuthCommand constructor standart server commands.
NewBaseCommand constructor for private fields.
NewCreateTableCommand constructor standart server commands.
NewExitCommand constructor standart server commands.
NewGetCommand constructor standart server commands.
NewHelpCommand constructor standart server commands.
NewInsertIntoTableCommand constructor standart server commands.
NewSetCommand constructor standart server commands.
NewSelectCommand constructor standart server commands.
NewSelectFromTableCommand constructor standart server commands.
NewSetCommand constructor standart server commands.
ParseCommand parse userInput to Commander and validate args, and return them.
RegisterCommand appends commander object to collection registered commands for help and other.

# Structs

BaseCommand base command fimpemeting commander interface.

# Interfaces

Commander interface for command from userInput and for server parse.