logranger/plugins/actions
Winni Neessen 670e5b1d30
Refactor plugins.Action to separate configuration step
Refactored the Action interface in the plugins package to separate the configuration step from the process method. The new Config method accepts a configuration map and returns an error. The modified server.go uses this Config method to apply configurations before calling Process. File action plugin specifically has been updated to support this new interface where configurations are now updated via Config method before invoking Process.
2023-12-25 21:08:03 +01:00
..
all Implement Actions interface and update rule handling in Server 2023-12-23 20:29:38 +01:00
file Refactor plugins.Action to separate configuration step 2023-12-25 21:08:03 +01:00
registry.go Implement Actions interface and update rule handling in Server 2023-12-23 20:29:38 +01:00