Documentation
¶
Index ¶
Constants ¶
View Source
const ( ShortName = "googlebot" FullName = "Google Crawler Bots" HostType = "crawlers" SourceURL = "https://developers.google.com/search/docs/crawling-indexing/verifying-googlebot" DownloadURL = "https://developers.google.com/static/search/apis/ipranges/googlebot.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
func ProcessData ¶
type RawDoc ¶
type RawDoc struct { CreationTime string `json:"creationTime"` LastRequested time.Time Entries []json.RawMessage `json:"prefixes"` }
type RawIPv4Entry ¶
type RawIPv4Entry struct {
IPv4Prefix string `json:"ipv4Prefix"`
}
type RawIPv6Entry ¶
type RawIPv6Entry struct {
IPv6Prefix string `json:"ipv6Prefix"`
}
Click to show internal directories.
Click to hide internal directories.