Versions in this module Expand all Collapse all v0 v0.1.7 Feb 24, 2026 v0.1.6 Feb 24, 2026 Changes in this version + type Plugin struct + Logger *slog.Logger + UIDir string + func New() *Plugin + func (p *Plugin) Capabilities() []capability.Contract + func (p *Plugin) ModuleFactories() map[string]plugin.ModuleFactory + func (p *Plugin) ModuleSchemas() []*schema.ModuleSchema + func (p *Plugin) WiringHooks() []plugin.WiringHook + func (p *Plugin) WithLogger(logger *slog.Logger) *Plugin + func (p *Plugin) WithUIDir(dir string) *Plugin