example config
This commit is contained in:
parent
4cda673696
commit
3e38a7cf3c
|
@ -14,6 +14,7 @@ type Crawler interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CrawlerImpl struct {
|
type CrawlerImpl struct {
|
||||||
|
Crawler
|
||||||
configs map[string]interface{}
|
configs map[string]interface{}
|
||||||
internal Internal
|
internal Internal
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user