Export chan added. We can now export data by sending to this chan.

This commit is contained in:
Musab Gültekin
2019-06-07 20:52:31 +03:00
parent e58b08cbd6
commit 5271095c8e
3 changed files with 28 additions and 2 deletions

View File

@ -11,7 +11,8 @@ type Response struct {
Body []byte
Doc *goquery.Document
Gezer *Gezer
Gezer *Gezer
Exports chan map[string]interface{}
}
func (r *Response) JoinURL(relativeURL string) string {