package scan // Scan manager type Scan struct { IPs []string // IP addresses Port int // Port location Protocol string // Protocol type Results chan string // Results channel }