package
1.6.0-beta.5
Repository: https://github.com/polarismesh/polaris-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

GetPluginCount 获取某个类型下注册的插件数量.
GetPluginId 获取插件.
IsPluginRegistered 检查插件是否已经注册.
NewPluginBase 创建pluginbase.
NewPluginManager 创建插件管理器实例.
RegisterConfigurablePlugin 注册插件到全局配置对象,并注册插件配置类型.
RegisterPlugin 注册插件到全局配置对象,插件名重复则返回错误.
RegisterPluginInterface 注册插件接口类型.
RegisterPluginProxy 注册插件proxy类型.

# Structs

InitContext 用于插件初始化的上下文对象.
PluginBase Plugin Base.

# Interfaces

Manager 插件管理器统一接口.
Plugin 所有插件的基础接口.
PluginProxy Plugin的代理.
Supplier 插件提供者.