Versions in this module Expand all Collapse all v1 v1.0.0 Sep 10, 2024 Changes in this version + type App struct + func New(ctx context.Context, output loggerinterface.Outputer, liveness liveness.Prober) (*App, error) + func (a *App) IsAlive() bool + func (a *App) Start() + func (a *App) Stop()