Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶ added in v0.2.12
func NewService ¶ added in v0.2.12
func NewService(service ServiceType) Service
type ServiceType ¶ added in v0.2.12
type ServiceType int
const ( Systemctl ServiceType = iota NNSM TaskSched )
func ServiceTypeFrom ¶ added in v0.2.12
func ServiceTypeFrom(t string) ServiceType
type SystemctlService ¶ added in v0.2.12
type SystemctlService struct{}
func (SystemctlService) Start ¶ added in v0.2.12
func (ts SystemctlService) Start(name string) error
func (SystemctlService) Stop ¶ added in v0.2.12
func (ts SystemctlService) Stop(name string) error
Click to show internal directories.
Click to hide internal directories.