nuke/lib/policy
Xe Iaso 84b28760b3
feat(lib): use Checker type instead of ad-hoc logic (#318)
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>
2025-04-22 07:49:41 -04:00
..
config lib: move config to yaml (#307) 2025-04-21 00:09:27 +00:00
bot.go feat(lib): use Checker type instead of ad-hoc logic (#318) 2025-04-22 07:49:41 -04:00
checker.go feat(lib): use Checker type instead of ad-hoc logic (#318) 2025-04-22 07:49:41 -04:00
checker_test.go feat(lib): use Checker type instead of ad-hoc logic (#318) 2025-04-22 07:49:41 -04:00
checkresult.go feat(lib): use Checker type instead of ad-hoc logic (#318) 2025-04-22 07:49:41 -04:00
policy.go feat(lib): use Checker type instead of ad-hoc logic (#318) 2025-04-22 07:49:41 -04:00
policy_test.go Refactor and split out things into cmd and lib (#77) 2025-03-22 18:44:49 -04:00