Documentation ¶ Index ¶ Variables func WithProvisioningFile(path string) appOption type App func New(config *config.AppConfig) (*App, error) func (app *App) HotReload() func (app *App) Start(opts ...appOption) error func (app *App) Stop() func (app *App) Version() string Constants ¶ This section is empty. Variables ¶ View Source var EmptyDemoEnabled []string Functions ¶ func WithProvisioningFile ¶ func WithProvisioningFile(path string) appOption Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } func New ¶ func New(config *config.AppConfig) (*App, error) func (*App) HotReload ¶ func (app *App) HotReload() func (*App) Start ¶ func (app *App) Start(opts ...appOption) error func (*App) Stop ¶ func (app *App) Stop() func (*App) Version ¶ func (app *App) Version() string Source Files ¶ View all Source files app.go ds_test_connection_pipeline.go test_pipeline.go test_suite_pipeline.go Click to show internal directories. Click to hide internal directories.