package scaninfo type ServiceScanInfo interface { SetHistory(history string) GetPort() string GetIP() string }