Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectCheck ¶
func (ConnectCheck) Validate ¶
func (c ConnectCheck) Validate() error
type PortScanCheck ¶
type PortScanCheck struct {
Network string
Address string
Start int
End int
Allow []int
ConcurrentConnections int `config:"concurrent_connections"`
ConnectionTimeout time.Duration `config:"connection_timeout"`
}
func (PortScanCheck) Timeout ¶
func (c PortScanCheck) Timeout() time.Duration
func (PortScanCheck) Validate ¶
func (c PortScanCheck) Validate() error
Click to show internal directories.
Click to hide internal directories.