commons-go/service/noauthprobe/NoAuthProbeService.go

7 lines
104 B
Go
Raw Normal View History

2018-05-10 09:17:28 +00:00
package noauthprobe
type NoAuthProbeService interface {
Accept(probeKey string) error
Deny() error
}