Skip to content

praefect: Introduce `praefect.Dependencies` for dependency injection

Justin Tobler requested to merge jt-praefect-dependency-injection into master

Currently Praefect dependencies are individually wired to bootstrap services. Instead, praefect.Dependencies is introduced to consolidate these dependencies into a single type and streamline dependency injection.

Edited by Justin Tobler

Merge request reports