Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AreaSpider ¶
type AreaSpider struct {
// contains filtered or unexported fields
}
func NewAreaSpider ¶
func NewAreaSpider(city string) *AreaSpider
func (*AreaSpider) Start ¶
func (s *AreaSpider) Start()
type ChengJiaoSpider ¶
type ChengJiaoSpider struct {
// contains filtered or unexported fields
}
func NewChengJiaoSpider ¶
func NewChengJiaoSpider(city string) *ChengJiaoSpider
func (*ChengJiaoSpider) Start ¶
func (s *ChengJiaoSpider) Start()
type ErShouSpider ¶
type ErShouSpider struct {
// contains filtered or unexported fields
}
func NewErShouSpider ¶
func NewErShouSpider(city string) *ErShouSpider
func (*ErShouSpider) Start ¶
func (s *ErShouSpider) Start()
Click to show internal directories.
Click to hide internal directories.