Documentation ¶
Index ¶
- type Commander
- func (c Commander) DaemonReload() error
- func (c Commander) Disable(name string) error
- func (c Commander) Enable(name string) error
- func (c Commander) Reload(name string) error
- func (c Commander) Restart(name string) error
- func (c Commander) Start(name string) error
- func (c Commander) Status(name string) (states.State, error)
- func (c Commander) Stop(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commander ¶ added in v1.14.0
type Commander struct {
// contains filtered or unexported fields
}
func NewHostSystemdCommander ¶
func NewHostSystemdCommander() *Commander
func (Commander) DaemonReload ¶ added in v1.14.0
Click to show internal directories.
Click to hide internal directories.