Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomCheck ¶
type RandomCheck struct {
PercentGood float64 `config:"percent_good"`
}
func (RandomCheck) Execute ¶
func (t RandomCheck) Execute() goplum.Result
func (RandomCheck) Validate ¶ added in v0.2.0
func (t RandomCheck) Validate() error
type SysOutAlert ¶
type SysOutAlert struct {
}
func (SysOutAlert) Send ¶
func (s SysOutAlert) Send(details goplum.AlertDetails) error
func (SysOutAlert) Validate ¶ added in v0.2.0
func (s SysOutAlert) Validate() error
Click to show internal directories.
Click to hide internal directories.