Documentation ¶
Index ¶
Constants ¶
View Source
const (
LinkRedirectDiffers = "LinkRedirectDiffers"
)
Variables ¶
This section is empty.
Functions ¶
func ImprintCSVHeader ¶
func ImprintCSVHeader() string
Types ¶
type AddressCheck ¶
type AddressCheck struct {
// contains filtered or unexported fields
}
func (AddressCheck) City ¶
func (c AddressCheck) City() string
func (AddressCheck) Latitude ¶
func (c AddressCheck) Latitude() string
func (AddressCheck) Longitude ¶
func (c AddressCheck) Longitude() string
func (AddressCheck) Street ¶
func (c AddressCheck) Street() string
func (AddressCheck) Zip ¶
func (c AddressCheck) Zip() string
type Cache ¶
func CrawlMainPages ¶
type EMailCheck ¶
type EMailCheck struct {
// contains filtered or unexported fields
}
func (EMailCheck) String ¶
func (c EMailCheck) String() string
type Imprint ¶
type Imprint struct { Tag string Link string Err error Name string Address AddressCheck Email EMailCheck }
type LonLatResult ¶
type MainPage ¶
type MainPage struct { Given string Redirect string BaseUrl string Title TitleCheck Err error Flag string Address AddressCheck Email EMailCheck BestImprint *Imprint Imprints map[string]*Imprint Contacts map[string]*Imprint }
func CrawlMainPage ¶
type TitleCheck ¶
type TitleCheck struct {
// contains filtered or unexported fields
}
func (TitleCheck) String ¶
func (c TitleCheck) String() string
Click to show internal directories.
Click to hide internal directories.