apps

package
v0.0.0-...-8fd2309 Latest Latest
Warning

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

Go to latest
Published: May 15, 2022 License: MIT Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// 40 Service, 怎么办? 写40个定义,
	// 使用Interface{} + 断言进行抽象
	HostService host.Service
)

Functions

func GetImpl

func GetImpl(name string) interface{}

Get 一个Impl服务的实例:implApps 返回一个对象, 任何类型都可以, 使用时, 由使用方进行断言

func InitGin

func InitGin(r gin.IRouter)

用户初始化 注册到Ioc容器里面的所有服务

func InitImpl

func InitImpl()

用户初始化 注册到Ioc容器里面的所有服务

func LoadedGinApps

func LoadedGinApps() (names []string)

已经加载完成的Gin App由哪些

func RegistryGin

func RegistryGin(svc GinService)

func RegistryImpl

func RegistryImpl(svc ImplService)

Types

type GinService

type GinService interface {
	Registry(r gin.IRouter)
	Config()
	Name() string
}

注册Gin编写的Handler 比如 编写了Http服务A, 只需要实现Registry方法, 就能把Handler注册给Root Router

type ImplService

type ImplService interface {
	Config()
	Name() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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