commons_go/model/scaninfo/scaninfo.go

8 lines
115 B
Go
Raw Normal View History

2017-04-10 11:14:12 +00:00
package scaninfo
type ServiceScanInfo interface {
SetHistory(history string)
GetPort() string
GetIP() string
}