Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServiceOperate ¶ added in v1.6.0
func ServiceOperate(s ssh.Interface, op ServiceOperation) (err error)
Types ¶
type ServiceOperation ¶ added in v1.6.0
type ServiceOperation string
var ( Start ServiceOperation = "start" Stop ServiceOperation = "stop" )
Click to show internal directories.
Click to hide internal directories.