Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "hash"
Name of the probe
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Probe ¶
type Probe struct { Name string `json:"name" yaml:"name"` Algo string `json:"algo" yaml:"algo" valid:"in(md5|sha1|sha2|sha256|sha512),required"` URL string `json:"url" yaml:"url" valid:"url,required"` Interval int `json:"interval" yaml:"interval"` }
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
Click to show internal directories.
Click to hide internal directories.