Versions in this module Expand all Collapse all v1 v1.0.1 Feb 8, 2024 v1.0.0 Feb 8, 2024 Changes in this version + type App struct + func New(servers []IServer, closes []Close) *App + func (a *App) Run() + type Close func() error + type IServer interface + Start func() error + Stop func() error + String func() string