package structures
type Response struct {
Url string
Content []byte
Err error
}
type Request struct {
Response chan Response
type WorkerDescription struct {
Ip string
Req chan Request