| 12 | ) |
| 13 | |
| 14 | type SecurityTrailsApi struct { |
| 15 | Domain string |
| 16 | UserName string |
| 17 | PassWord string |
| 18 | Cookie string |
| 19 | Type string |
| 20 | Resolver bool |
| 21 | MaxPage int |
| 22 | http Ghttp.Http |
| 23 | result Result |
| 24 | buildId string |
| 25 | hostIp string |
| 26 | } |
| 27 | |
| 28 | type SecurityTrailsApiResponse struct { |
| 29 | Endpoint string `json:"endpoint"` |
nothing calls this directly
no outgoing calls
no test coverage detected