Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithApp ¶
func WithApp(app IApplication) func(*manager)
func WithLogger ¶
Types ¶
type IApplication ¶
IApplication 应用约定
type IManager ¶
type IManager interface {
// Register 注册应用
Register(app IApplication)
// Run 启动应用
Run()
}
Click to show internal directories.
Click to hide internal directories.