| 11 | ) |
| 12 | |
| 13 | type Fofa struct { |
| 14 | Domain string |
| 15 | UserName string |
| 16 | PassWord string |
| 17 | Type string |
| 18 | result Result |
| 19 | http Ghttp.Http |
| 20 | } |
| 21 | |
| 22 | type FofaResult struct { |
| 23 | Error bool `json:"error"` |
nothing calls this directly
no outgoing calls
no test coverage detected