Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DaemonLoopExample = new(LoopExample)
View Source
var DaemonSetupDatabase = &SetupDatabase{}
View Source
var DaemonSetupEnvironment = &SetupEnvironment{}
View Source
var DaemonSetupHttpSession = &SetupHttpSession{}
View Source
var DaemonSetupLaunchService = &SetupLaunchService{}
View Source
var DaemonSetupLogger = &SetupLogger{}
View Source
var DaemonSetupProfiler = &SetupProfiler{}
View Source
var DaemonSetupRedis = &SetupRedis{}
View Source
var DaemonSetupStdoutCatch = &SetupStdoutCatch{}
View Source
var DaemonSetupUpDown = &SetupUpDown{}
Functions ¶
This section is empty.
Types ¶
type LoopExample ¶
type LoopExample struct {
kkdaemon.DefaultTimerDaemon
}
func (*LoopExample) Interval ¶
func (d *LoopExample) Interval() time.Duration
func (*LoopExample) Loop ¶
func (d *LoopExample) Loop() error
func (*LoopExample) Registered ¶ added in v1.0.15
func (d *LoopExample) Registered() error
func (*LoopExample) Start ¶ added in v1.0.15
func (d *LoopExample) Start()
func (*LoopExample) Stop ¶ added in v1.0.15
func (d *LoopExample) Stop(sig os.Signal)
type SetupDatabase ¶
type SetupDatabase struct {
kkdaemon.DefaultDaemon
}
func (*SetupDatabase) Start ¶
func (d *SetupDatabase) Start()
type SetupEnvironment ¶
type SetupEnvironment struct {
kkdaemon.DefaultDaemon
}
func (*SetupEnvironment) Start ¶
func (d *SetupEnvironment) Start()
type SetupHttpSession ¶
type SetupHttpSession struct {
kkdaemon.DefaultDaemon
}
func (*SetupHttpSession) Start ¶
func (d *SetupHttpSession) Start()
type SetupLaunchService ¶
type SetupLaunchService struct {
kkdaemon.DefaultDaemon
}
func (*SetupLaunchService) Start ¶
func (d *SetupLaunchService) Start()
func (*SetupLaunchService) Stop ¶
func (d *SetupLaunchService) Stop(sig os.Signal)
type SetupLogger ¶
type SetupLogger struct {
kkdaemon.DefaultDaemon
}
func (*SetupLogger) Start ¶
func (d *SetupLogger) Start()
type SetupProfiler ¶
type SetupProfiler struct {
kkdaemon.DefaultDaemon
}
func (*SetupProfiler) Start ¶
func (d *SetupProfiler) Start()
type SetupRedis ¶
type SetupRedis struct {
kkdaemon.DefaultDaemon
}
func (*SetupRedis) Start ¶
func (d *SetupRedis) Start()
type SetupStdoutCatch ¶
type SetupStdoutCatch struct {
kkdaemon.DefaultDaemon
}
func (*SetupStdoutCatch) Start ¶
func (d *SetupStdoutCatch) Start()
type SetupUpDown ¶
type SetupUpDown struct {
kkdaemon.DefaultDaemon
}
func (*SetupUpDown) Start ¶
func (d *SetupUpDown) Start()
func (*SetupUpDown) Stop ¶
func (d *SetupUpDown) Stop(sig os.Signal)
Click to show internal directories.
Click to hide internal directories.