example config

This commit is contained in:
jackdaw@loafle.com 2017-04-13 15:10:53 +09:00
parent 4cda673696
commit 3e38a7cf3c

View File

@ -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
} }