Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "port"
Name of the probe
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Probe ¶
type Probe struct { Host string `json:"host"` Protocol string `json:"protocol"` Port int `json:"port"` IPprotocol int `json:"ipprotocol"` }
Probe struct : Informations necessaires à l'execution de la probe All attributes must be Public
func (*Probe) GenerateTStepName ¶
GenerateTStepName return a tstep name if non existent
func (*Probe) Initialize ¶
Initialize Probe struct data
type ProbeAnswer ¶
type ProbeAnswer struct { Reachable bool `json:"reachable"` ProbeInfo probe.ProbeInfo `json:"probeinfo"` }
ProbeAnswer is the returned result after query All attributes must be Public ProbeInfo is Mandatory => Détail l'execution de la probe
Click to show internal directories.
Click to hide internal directories.