package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jul 25, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ServiceRestarter interface {
Restart(service string) error
}
type ServiceStarter interface {
Start(service string) error
}
type ServiceStopper interface {
Stop(service string) error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.