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 ¶ added in v0.6.0
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) Execute ¶ added in v0.6.0
func (c PortScanCheck) Execute(ctx context.Context) goplum.Result
func (PortScanCheck) Timeout ¶ added in v0.6.0
func (c PortScanCheck) Timeout() time.Duration
func (PortScanCheck) Validate ¶ added in v0.6.0
func (c PortScanCheck) Validate() error
Click to show internal directories.
Click to hide internal directories.