Versions in this module Expand all Collapse all v1 v1.0.0 Feb 20, 2018 Changes in this version + var ErrNotSupported = errors.New("Not supported") + func New(i service.Interface, c *service.Config) (service.Service, error) + type SimpleService struct + func (s *SimpleService) Install() error + func (s *SimpleService) Logger(errs chan<- error) (service.Logger, error) + func (s *SimpleService) Restart() error + func (s *SimpleService) Run() (err error) + func (s *SimpleService) Start() error + func (s *SimpleService) Status() error + func (s *SimpleService) Stop() error + func (s *SimpleService) String() string + func (s *SimpleService) SystemLogger(errs chan<- error) (service.Logger, error) + func (s *SimpleService) Uninstall() error