Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Config *config.Config Runner Runner Controllers Controllers Server Server Datastore Datastore Out io.Writer Err io.Writer }
func (*App) StartController ¶
func (*App) StartDatastore ¶ added in v0.4.0
func (*App) StartRunner ¶
func (*App) StartServer ¶
func (app *App) StartServer()
type Controllers ¶
type Controllers interface {
Exec()
}
Click to show internal directories.
Click to hide internal directories.