Implement worker client
This commit is contained in:
@@ -15,3 +15,8 @@ type WorkerDescription struct {
|
||||
Ip string
|
||||
Req chan Request
|
||||
}
|
||||
|
||||
type ProxyServer struct {
|
||||
Type string
|
||||
Address string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user