Documentation
¶
Index ¶
- func All() []fpcheck.Detector
- func IsCustom(name string) bool
- func Names() []string
- func NewBrowserScan() fpcheck.Detector
- func NewCustom(rawURL string) (fpcheck.Detector, error)
- func NewCustomWithSelector(rawURL string, selector string) (fpcheck.Detector, error)
- func NewDeviceAndBrowser() fpcheck.Detector
- func NewPixelScan() fpcheck.Detector
- func NewRebrowser() fpcheck.Detector
- func NewSannysoft() fpcheck.Detector
- func Select(name string, customURL string) ([]fpcheck.Detector, error)
- func SelectWithCustomSelector(name string, customURL string, customSelector string) ([]fpcheck.Detector, error)
- type BrowserScan
- type Custom
- type DeviceAndBrowser
- type PixelScan
- type Rebrowser
- type Sannysoft
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBrowserScan ¶
func NewCustomWithSelector ¶ added in v0.7.13
func NewDeviceAndBrowser ¶
func NewPixelScan ¶
func NewRebrowser ¶
func NewSannysoft ¶
Types ¶
type BrowserScan ¶
type BrowserScan struct{}
func (BrowserScan) Name ¶
func (BrowserScan) Name() string
func (BrowserScan) URL ¶
func (BrowserScan) URL() string
type Custom ¶
type Custom struct {
// contains filtered or unexported fields
}
type DeviceAndBrowser ¶
type DeviceAndBrowser struct{}
func (DeviceAndBrowser) Name ¶
func (DeviceAndBrowser) Name() string
func (DeviceAndBrowser) URL ¶
func (DeviceAndBrowser) URL() string
Click to show internal directories.
Click to hide internal directories.