vikunja/pkg/plugins
kolaente cc39aa7f08 feat(plugins): add yaegi interpreter-based plugin loader
EvalPath-based loading of Go source directories with typed factory
functions for interface bridging (required by yaegi's wrapping model).

Supports all plugin capabilities: routes, events, and migrations.
Registers itself into the Manager via init() to avoid import cycles.
2026-03-30 20:44:46 +00:00
..
yaegi feat(plugins): add yaegi interpreter-based plugin loader 2026-03-30 20:44:46 +00:00
interfaces.go fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00
manager.go feat(plugins): add plugin system interfaces and manager 2026-03-30 20:44:46 +00:00
registry.go feat(plugins): add rudimentary plugin system 2025-08-01 17:06:02 +02:00