Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { services.ServiceLifeCycle StartAll() error EnableAll() error DisableAll() error Add(process types.Process, startDelay int32, stopDelay int32, priority int32, parallel bool) (int64, error) Remove(id int64) error Disable(id int64) error Enable(id int64) error }
func GetInstance ¶
func GetInstance() Service
Click to show internal directories.
Click to hide internal directories.