Documentation
¶
Index ¶
Constants ¶
View Source
const ( PluginSymbolName = "NewComponent" PluginExtension = ".so" PluginEmbedDir = "dist" )
View Source
const ServiceKey = "plugins"
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService(k types.IKernel) types.IKernelService
Types ¶
type PluginsService ¶
type PluginsService struct {
bases.BaseKernelService
}
func (*PluginsService) GetLoadedPlugins ¶
func (s *PluginsService) GetLoadedPlugins() []types.PluginInfo
GetLoadedPlugins returns the list of loaded plugins
func (*PluginsService) Init ¶
func (s *PluginsService) Init() error
Click to show internal directories.
Click to hide internal directories.