Versions in this module Expand all Collapse all v0 v0.6.0 Sep 15, 2026 Changes in this version + func ResolveConfigPath(flag, envKey string, defaults ...string) (string, error) + type App struct + Actions []action.AnyAction + Name string + Port string + Version string + WorkDir string + func New(name, version string) *App + func (a *App) Mount(actions ...action.AnyAction) *App + func (a *App) Run() + func (a *App) WithActions(fn func(context.Context) ([]action.AnyAction, error)) *App + func (a *App) WithConsole(opts ...ConsoleOption) *App + func (a *App) WithFlows(dir string) *App + func (a *App) WithFlowsFolder(root string) *App + func (a *App) WithLibraries(libs ...flow.Library) *App + func (a *App) WithLibrary(lib flow.Library) *App + func (a *App) WithLoader(l Loader) *App + type Assembly struct + Actions []action.AnyAction + type ConsoleOption func(*console.Config) + func WithConsoleBasePath(path string) ConsoleOption + func WithConsoleExecute() ConsoleOption + func WithConsoleTitle(title string) ConsoleOption + type ExecutionAuditRecord struct + Action string + Assertions []string + DurationMs int64 + Error string + Payload any + Result any + Success bool + Timestamp time.Time + type Loader func(*Assembly) error