Documentation
¶
Index ¶
Constants ¶
View Source
const ( CreateUserCommand = "create-user" DeleteUserCommand = "delete-user" ServerCommand = "server" HelpCommand = "help" ChangePasswordCommand = "change-password" ResetCommand = "reset" )
Variables ¶
View Source
var ( Printf = fmt.Printf ReadPassword = term.ReadPassword )
Functions ¶
func ChangePassword ¶
func ChangePassword()
func CreateUser ¶
func CreateUser()
func DeleteUser ¶
func DeleteUser()
func GetAvailableCommands ¶
func GetHandlers ¶
func GetHandlers() map[string]func()
func StartServer ¶
func StartServer()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.