package noauthprobe type NoAuthProbeService interface { Accept(probeKey string) error Deny() error }