Versions in this module Expand all Collapse all v1 v1.0.1 Jan 18, 2024 v1.0.0 Jan 10, 2024 Changes in this version + const StatusFailed + const StatusStarted + const StatusStopped + func Start(name string, managed Managed) error + func Stop(name string, managed Managed) error + type Initializable interface + Init func() error + type Managed interface + Start func() error + Stop func() error + type Status string + type StatusInfo struct + Error error + Name string + Status Status