Versions in this module Expand all Collapse all v0 v0.1.0 Apr 10, 2025 Changes in this version + func GetPlugin(name string) *core.Wrapper + func GetPlugins() map[string]*core.Wrapper + func GetRegisteredPlugins() []*core.Wrapper + func LoadPlugin(path string, m core.ManagerInterface) error + func RegisterPlugin(c core.Interface, metadata core.Metadata) + func UnloadPlugin(name string) error + type PluginRegistry struct