shogo/internal/shodan/alert/alert.go

10 lines
197 B
Go
Raw Permalink Normal View History

package alert
// Alert manager
type Alert struct {
Name string // Alert name
ID string // Alert ID
IP string // IP address
Results chan string // Results channel
}