Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct { Starter *RasStarter // contains filtered or unexported fields }
Control implements service.Control
type ErrorLogWriter ¶
type ErrorLogWriter struct{}
type RasStarter ¶
type RasStarter struct {
// contains filtered or unexported fields
}
func NewRasStarter ¶
func NewRasStarter(cmd string, args []string) *RasStarter
func (*RasStarter) Start ¶
func (s *RasStarter) Start() error
func (*RasStarter) Stop ¶
func (s *RasStarter) Stop() error
Click to show internal directories.
Click to hide internal directories.