Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCheckDeadlineExceeded = errors.New("unable to start the check: deadline passed to a check wasn't set, or was negative. This is most likely a misconfiguration(round_duration too small)")
View Source
var ErrPanic = errors.New("panic")
View Source
var ErrUnknownPanic = errors.New("unknown panic")
Functions ¶
func UpdateExecutableProperties ¶
func UpdateExecutableProperties(v Executable, p map[string]string) (err error)
UpdateExecutableProperties sets the properties of a given check by extracting them from map(string) => string, and setting them via reflection.
Types ¶
Click to show internal directories.
Click to hide internal directories.