Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
Empty is a bot that matches when the user agent is empty. An empty user agent is treated as a bot.
type Keyword ¶
type Keyword struct {
// contains filtered or unexported fields
}
Keyword is a bot that matches when the user agent contains a keyword.
type Known ¶
type Known struct {
// contains filtered or unexported fields
}
Known is a bot that matches when the user agent contains a keyword. It is used for bots that are known to be bots
Click to show internal directories.
Click to hide internal directories.