Documentation
¶
Index ¶
- Variables
- type Daemon
- func (my *Daemon) Launch()
- func (*Daemon) Once() *Daemon
- func (*Daemon) SetLog(dir, filename string) *Daemon
- func (*Daemon) SetLogDir(logDir string) *Daemon
- func (*Daemon) SetLogEnable(enable bool) *Daemon
- func (*Daemon) SetLogFilename(logFilename string) *Daemon
- func (*Daemon) SetTitle(title string) *Daemon
Constants ¶
This section is empty.
Variables ¶
View Source
var APP struct{ Main Daemon }
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
Daemon 守护进程服务提供者
func (*Daemon) SetLogEnable ¶ added in v1.54.24
SetLogEnable 设置日志开关
func (*Daemon) SetLogFilename ¶ added in v1.54.24
SetLogFilename 设置日志文件名
Click to show internal directories.
Click to hide internal directories.