CSV exporter support added. Not finished for map type.

This commit is contained in:
Musab Gültekin
2019-06-11 20:42:22 +03:00
parent bbdc3bcacd
commit a311a0f998
4 changed files with 65 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import (
// Exporter interface is for extracting data to external resources
type Exporter interface {
Export(exports *Response)
Export(response *Response)
}
// Geziyor is our main scraper type