chore: start refactor of checkers into separate packages

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-01 22:27:01 +00:00
parent 292c470ada
commit dc0dde3053
9 changed files with 378 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
type Impl interface {
Check(*http.Request) (bool, error)
Check(*http.Request) (matches bool, err error)
Hash() string
}