mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-23 00:26:42 +00:00
88c30c70fc
Signed-off-by: Xe Iaso <me@xeiaso.net>
10 lines
308 B
Go
10 lines
308 B
Go
// Package all imports all of the standard checker types.
|
|
package all
|
|
|
|
import (
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/headerexists"
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/headermatches"
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/path"
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/remoteaddress"
|
|
)
|