commons_go/model/scaninfo/scaninfo.go
jackdaw@loafle.com eb02693cf5 .
2017-04-10 20:14:12 +09:00

8 lines
115 B
Go

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