Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Probe ¶
type Probe interface {
Probe(ctx *context.ProbeContext) (Result, error)
}
Probe is the interface to execute VM probes.
func NewGuestHeartbeatProber ¶
func NewGuestHeartbeatProber(vmProviderProber vmProviderProber) Probe
func NewTCPProber ¶
func NewTCPProber() Probe
NewTCPProber creates a new tcp prober which implements the Probe interface to execute tcp probes.
Click to show internal directories.
Click to hide internal directories.