aboutsummaryrefslogtreecommitdiff
path: root/lib/policy/checkresult.go
AgeCommit message (Collapse)AuthorFilesLines
2025-04-22feat(lib): use Checker type instead of ad-hoc logic (#318)Xe Iaso1-0/+18
This makes each check into its own type that has encapsulated check logic, meaning that it's easier to add new checker implementations in the future. Signed-off-by: Xe Iaso <me@xeiaso.net>