Implement worker client

This commit is contained in:
Bilal
2020-05-07 10:02:49 +02:00
parent 0882dc4b15
commit 6011863525
2 changed files with 210 additions and 0 deletions

View File

@@ -15,3 +15,8 @@ type WorkerDescription struct {
Ip string
Req chan Request
}
type ProxyServer struct {
Type string
Address string
}