Versions in this module Expand all Collapse all v0 v0.6.0 Apr 12, 2026 Changes in this version + type ExampleApp struct + func NewExampleApp() *ExampleApp + func (a *ExampleApp) EntSchemas() []ent.Schema + func (a *ExampleApp) Migrations() []multiapp.Migration + func (a *ExampleApp) Name() string + func (a *ExampleApp) OnRegister(ctx context.Context, cfg *multiapp.AppConfig) error + func (a *ExampleApp) OnShutdown(ctx context.Context) error + func (a *ExampleApp) Routes(deps multiapp.Dependencies) chi.Router + func (a *ExampleApp) Slug() string + type Item struct + CreatedAt string + Description string + ID string + Name string + UpdatedAt string