Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Vladis string `toml:"vladis"` Domofond string `toml:"domofond"` Cian string `toml:"cian"` Avito string `toml:"avito"` Ioffepartners string `toml:"ioffepartners"` }
Config ...
type Land ¶
type Land struct { UID string Name string Link string Info string Area string Price string Description string Date string AddedAt time.Time Images Images Source string }
Land info about land
type Realestate ¶
Realestate ...
func (Realestate) ParseList ¶
func (r Realestate) ParseList(parse RealestateParse) Lands
ParseList ...
type RealestateParse ¶
type RealestateParse func(r Realestate, c *colly.Collector) Lands
RealestateParse ...
Click to show internal directories.
Click to hide internal directories.