Skip to content

hook: Convert hook.Manager to an interface

Patrick Steinhardt requested to merge pks-hook-manager-interface into master

Instead of always assuming a concrete implementation for hook.Manager, this commit converts it to an interface instead. That allows us to easily swap out the implementation e.g. for testing purposes.

Merge request reports