Files
vikunja/examples/plugins/example
kolaente febdf8fa3c feat(plugins): add typed factory functions for yaegi interface bridging
Yaegi wraps interpreted values per the declared return type, so
sub-interface type assertions (Plugin -> AuthenticatedRouterPlugin)
do not work. Work around this by having plugins export typed factory
functions (NewAuthenticatedRouterPlugin, NewUnauthenticatedRouterPlugin)
and loading them via LoadPluginFull.
2026-01-29 20:58:22 +01:00
..