shogo/internal/shodan/alert/alert.go
perp 3e6efdb181 Added commands
Added new commands.
2023-08-03 23:49:57 +01:00

10 lines
197 B
Go

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