package
0.0.0-20240326053733-9425ad3f18c8
Repository: https://github.com/astrotrain-ali/cmdb.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Get 一个Impl服务的实例:implApps 返回一个对象,任何类型都可以,使用时由使用方进行断言.
No description provided by the author
用户初始化 注册到Ioc容器里面的所有服务.
已经加载完成的Gin App有哪些.
No description provided by the author
No description provided by the author
# Variables
如果有40个Service,怎么办,难道要写40个定义吗? 不,这里使用Interface{}+断言进行抽象.
# Interfaces
注册Gin编写的Handler 比如编写了Http服务A,只需要实现Registry方法,就能把Handler注册给gin.IRouter.
No description provided by the author