Remove port field

This commit is contained in:
Alex Holland 2017-10-14 19:52:36 -04:00 committed by GitHub
parent d3490ddddd
commit d2a21134d3

@ -13,7 +13,7 @@ type Scanner interface {
GetName() string
// Scan connects to a host. The result should be JSON-serializable
Scan(t ScanTarget, port uint) (interface{}, error)
Scan(t ScanTarget) (interface{}, error)
}
// ScanModule is an interface which represents a module that the framework can