package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Nov 1, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func WithApp(app IApp) func(*manager)
func WithLogger(log xlog.XLog) func(*manager)
type IApp interface {
Start() error
Shutdown() error
}
IApp 应用约定
type IManager interface {
Register(app IApp)
Run()
}
func NewManager(opts ...func(*manager)) IManager
NewManager 创建 APP 管理器
Source Files
¶
Click to show internal directories.
Click to hide internal directories.