package
0.0.0-20211208200053-5230034f4374
Repository: https://github.com/unanet/eve-bot.git
Documentation: pkg.go.dev
# Functions
NewAuthHandler creates a AuthHandler.
NewDeleteHandler creates a DeleteHandler.
NewDeployHandler creates a DeployHandler.
No description provided by the author
NewReleaseHandler creates a ReleaseHandler.
NewReleaseHandler creates a RestartHandler.
NewRunHandler creates a RunHandler.
NewSetHandler creates a SetHandler.
NewShowHandler creates a ShowHandler.
# Structs
AuthHandler is the handler for the AuthCmd.
DeleteHandler is the handler for the DeleteCmd.
DeployHandler is the handler for the DeployCmd.
ReleaseHandler is the handler for the ReleaseCmd.
ReleaseHandler is the handler for the RestartHandler.
RunHandler is the handler for the RunCmd.
SetHandler is the handler for the SetCmd.
ShowHandler is the handler for the ShowCmd.
# Interfaces
CommandHandler is the interface that Handles EvebotCommands.
No description provided by the author