| 10 | ) |
| 11 | |
| 12 | type ZoomEye struct { |
| 13 | Domain string |
| 14 | UserName string |
| 15 | PassWord string |
| 16 | Type string |
| 17 | result Result |
| 18 | http Ghttp.Http |
| 19 | } |
| 20 | |
| 21 | type ZoomEyeResult struct { |
| 22 | Status int `json:"status"` |
nothing calls this directly
no outgoing calls
no test coverage detected