Versions in this module Expand all Collapse all v0 v0.0.2 Jun 18, 2024 v0.0.1 Jun 18, 2024 Changes in this version + type HostReport struct + Host string + IP string + Ports []PortsReport + type PortsReport struct + Port int + Protocol string + type Report struct + Errors []string + Hosts []HostReport + func RunPortscan(ctx context.Context, target string, ports string, topport string) (Report, error)