Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckResult ¶
type CheckerRule ¶
func (*CheckerRule) Compare ¶
func (rule *CheckerRule) Compare(value string, threshold hil.EvaluationResult) (bool, error)
func (*CheckerRule) CompareFloat64 ¶
func (rule *CheckerRule) CompareFloat64(value float64, threshold float64) (bool, error)
type InputListener ¶
type RecordSet ¶
type RecordSet struct { Tag string Records []TinyRecord }
type TinyRecord ¶
type Transformer ¶
type Transformer interface {
Emit(checkResults []CheckResult) error
}
Click to show internal directories.
Click to hide internal directories.