Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceController ¶
type ServiceController struct {
// contains filtered or unexported fields
}
func NewServiceController ¶
func NewServiceController(ser service.Service) *ServiceController
func (*ServiceController) Install ¶
func (sc *ServiceController) Install()
func (*ServiceController) Remove ¶
func (sc *ServiceController) Remove()
func (*ServiceController) Restart ¶
func (sc *ServiceController) Restart()
func (*ServiceController) ServiceControllerSwitch ¶
func (sc *ServiceController) ServiceControllerSwitch(command string)
func (*ServiceController) Start ¶
func (sc *ServiceController) Start()
func (*ServiceController) Stop ¶
func (sc *ServiceController) Stop()
Click to show internal directories.
Click to hide internal directories.