Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Inject ¶
func Inject()
Inject 为微服务框架注入 Web/GRPC 的基础支持
- NewGRPCServer 依赖配置中心及日志库,为开发框架提供了 GRPC 基础支持,可通过 *grpc.Server 获取
- NewHTTPServer 依赖配置中心及日志库,为开发框架提供了 HTTP 基础支持,可通过 *http.Server 获取
- NewApp 根据配置中心信息,提供 GRPC 及 HTTP 服务,开发框架当前基于 Kratos 提供微服务基础能力, 后续可通过替换该组件提供其他微服务框架作为底层支撑
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.