Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppService ¶
type AppService struct {
Program func()
}
type Wrapper ¶
type Wrapper struct { Config *config.Provider ServiceConfig *srv.Config Service AppService }
func NewWrapper ¶
func NewWrapper(engine *harukap.HarukaAppEngine) (*Wrapper, error)
func (*Wrapper) InitService ¶
func (*Wrapper) InstallAsService ¶
func (w *Wrapper) InstallAsService()
func (*Wrapper) RestartService ¶
func (w *Wrapper) RestartService()
func (*Wrapper) StartService ¶
func (w *Wrapper) StartService()
func (*Wrapper) StopService ¶
func (w *Wrapper) StopService()
Click to show internal directories.
Click to hide internal directories.