| 12 | ) |
| 13 | |
| 14 | type SecurityTrails 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 | var Cookie string |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected