Export chan added. We can now export data by sending to this chan.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user