reaction/plugins/reaction-plugin
ppom f786a1d281
Change plugin interface: oneshot load_config and start
Instead of multiple stream_impl / action_impl and one finish_setup.
This made plugin implementations awkward: they often got some conf and
couldn't determine if it was valid or not.
Now they get all the conf in one function and don't have to keep partial
state from one call to another.

This has the other important benefit that configuration loading is
separated from startup. This will make plugin lifecycle management less
clunky.
2026-02-09 12:00:00 +01:00
..
src Change plugin interface: oneshot load_config and start 2026-02-09 12:00:00 +01:00
Cargo.toml Move shutdown module to reaction-plugin and use in cluster 2025-12-07 12:00:00 +01:00