Documentation
¶
Index ¶
- func WithAppRegister(r fiberhouse.IRegister) fiberhouse.FrameStarterOption
- func WithCmdRegister(r fiberhouse.ApplicationCmdRegister) fiberhouse.FrameCmdStarterOption
- func WithCoreApp(core *cli.App) fiberhouse.CoreCmdStarterOption
- func WithCoreCfg(cfg *fiber.Config) fiberhouse.CoreStarterOption
- func WithModuleRegister(r fiberhouse.IRegister) fiberhouse.FrameStarterOption
- func WithTaskRegister(r fiberhouse.IRegister) fiberhouse.FrameStarterOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAppRegister ¶
func WithAppRegister(r fiberhouse.IRegister) fiberhouse.FrameStarterOption
WithAppRegister 返回应用注册器注入选项函数
func WithCmdRegister ¶
func WithCmdRegister(r fiberhouse.ApplicationCmdRegister) fiberhouse.FrameCmdStarterOption
WithCmdRegister 返回命令行应用注册器注入选项函数
func WithCoreApp ¶
func WithCoreApp(core *cli.App) fiberhouse.CoreCmdStarterOption
WithCoreApp 返回核心命令行应用注入选项函数
func WithCoreCfg ¶
func WithCoreCfg(cfg *fiber.Config) fiberhouse.CoreStarterOption
WithCoreCfg 返回核心应用配置注入选项函数
func WithModuleRegister ¶
func WithModuleRegister(r fiberhouse.IRegister) fiberhouse.FrameStarterOption
WithModuleRegister 返回模块/子系统注册器注入选项函数
func WithTaskRegister ¶
func WithTaskRegister(r fiberhouse.IRegister) fiberhouse.FrameStarterOption
WithTaskRegister 返回任务注册器注入选项函数
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.