Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Ui cli.UI
CLI *mcli.CLI
Config *krab.Config
Registry *krab.CmdRegistry
// contains filtered or unexported fields
}
func New ¶
func New( ui cli.UI, args []string, config *krab.Config, registry *krab.CmdRegistry, connection krabdb.Connection, ) *App
func (*App) RegisterAll ¶
func (a *App) RegisterAll()
func (*App) RegisterCmd ¶
type CmdAgent ¶ added in v0.5.0
type CmdAgent struct {
Registry *krab.CmdRegistry
}
CmdAgent starts a web server
Click to show internal directories.
Click to hide internal directories.