Versions in this module Expand all Collapse all v1 v1.0.0 Aug 20, 2024 Changes in this version + type Application interface + Start func() + Stop func(ctx context.Context) + type DanLanApp struct + func NewDanLanApp(app Application) *DanLanApp + func (s *DanLanApp) Start()