Versions in this module Expand all Collapse all v2 v2.0.0 Oct 4, 2024 Changes in this version + type BotDetector struct + func New(opt ...Option) (*BotDetector, error) + func NewWithRules(rules []string) *BotDetector + func (b *BotDetector) IsBot(ua string) bool + type Option func(*BotDetector) (*BotDetector, error) + func WithCache(size int) Option + func WithRules(r []string) Option Other modules containing this package github.com/logocomune/botdetector