Versions in this module Expand all Collapse all v0 v0.1.0 Mar 4, 2026 Changes in this version + type App struct + func New(runFunc func(ctx context.Context) error) *App + func (a *App) LogFile(path string) *App + func (a *App) OnReady(fn func()) *App + func (a *App) Start() + func (a *App) StartContext(ctx context.Context) error