Documentation
¶
Overview ¶
Package detector provides a bot detector middleware for the Sonic API Gateway
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
func NewDetector ¶
type DetectorFunc ¶
func New ¶
func New(cfg Config) (DetectorFunc, error)
type LRUDetector ¶
type LRUDetector struct {
// contains filtered or unexported fields
}
func NewLRU ¶
func NewLRU(cfg Config) (*LRUDetector, error)
Click to show internal directories.
Click to hide internal directories.