| 9 | ) |
| 10 | |
| 11 | type MassScan struct { |
| 12 | Domain string |
| 13 | Type string |
| 14 | result Result |
| 15 | http Ghttp.Http |
| 16 | } |
| 17 | |
| 18 | func (s *MassScan) GetInfo() string { |
| 19 | return "MassScan ver 0.1 with " + s.Type |
nothing calls this directly
no outgoing calls
no test coverage detected