Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InconclusiveResult = CheckResult{ Pass: false, Confidence: 0, }
Functions ¶
Types ¶
type CheckResult ¶
func ProportionalResult ¶
func ProportionalResult(numerator int, denominator int, threshold float32) CheckResult
func RetryResult ¶
func RetryResult(err error) CheckResult
type NamedCheck ¶
Click to show internal directories.
Click to hide internal directories.