Documentation
¶
Index ¶
- func InitAllApp() error
- func LoadGrpcApp(server *grpc.Server)
- func LoadHttpApp(pathPrefix string, root router.Router)
- func LoadedGrpcApp() (apps []string)
- func LoadedHttpApp() (apps []string)
- func LoadedInternalApp() (apps []string)
- func RegistryGrpcApp(app GRPCApp)
- func RegistryHttpApp(app HTTPApp)
- func RegistryInternalApp(app InternalApp)
- type GRPCApp
- type HTTPApp
- type InternalApp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAllApp ¶
func InitAllApp() error
func LoadHttpApp ¶
LoadHttpApp 装载所有的http app
Types ¶
type InternalApp ¶
InternalApp 内部服务实例, 不需要暴露
func GetInternalApp ¶
func GetInternalApp(name string) InternalApp
Click to show internal directories.
Click to hide internal directories.