Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func NewWithConfig ¶ added in v0.0.6
func NewWithConfig(config *core.ConfigEngine, flags ...cli.Flag) *App
func NewWithEngine ¶
func NewWithEngine(engine *core.DipperEngine, flags ...cli.Flag) *App
func (*App) Engine ¶
func (a *App) Engine() *core.DipperEngine
type HookFunc ¶
type HookFunc func(dipper *core.DipperEngine, c *cli.Context) error
Click to show internal directories.
Click to hide internal directories.