Crawler is a standard crawler instance
| 9 | |
| 10 | // Crawler is a standard crawler instance |
| 11 | type Crawler struct { |
| 12 | *common.Shared |
| 13 | } |
| 14 | |
| 15 | // New returns a new standard crawler instance |
| 16 | func New(options *types.CrawlerOptions) (*Crawler, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected