Versions in this module Expand all Collapse all v1 v1.0.2 Sep 22, 2023 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