injection

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Inject

func Inject()

Inject 为微服务框架注入 Web/GRPC 的基础支持

  1. NewGRPCServer 依赖配置中心及日志库,为开发框架提供了 GRPC 基础支持,可通过 *grpc.Server 获取
  2. NewHTTPServer 依赖配置中心及日志库,为开发框架提供了 HTTP 基础支持,可通过 *http.Server 获取
  3. NewApp 根据配置中心信息,提供 GRPC 及 HTTP 服务,开发框架当前基于 Kratos 提供微服务基础能力, 后续可通过替换该组件提供其他微服务框架作为底层支撑

func InjectIns

func InjectIns(inj *injection.Injector)

InjectIns 使用创建实例的方式为微服务框架注入 Web/GRPC 的基础支持

  1. NewGRPCServer 依赖配置中心及日志库,为开发框架提供了 GRPC 基础支持,可通过 *grpc.Server 获取
  2. NewHTTPServer 依赖配置中心及日志库,为开发框架提供了 HTTP 基础支持,可通过 *http.Server 获取
  3. NewApp 根据配置中心信息,提供 GRPC 及 HTTP 服务,开发框架当前基于 Kratos 提供微服务基础能力, 后续可通过替换该组件提供其他微服务框架作为底层支撑

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL