Versions in this module Expand all Collapse all v1 v1.0.2 Sep 21, 2024 Changes in this version + var Operators = []string + type ThresFuncExpr string + func (tfExpr ThresFuncExpr) Equal(thresFuncArgs map[string]interface{}) (bool, error) + func (tfExpr ThresFuncExpr) Thresholds() (Thresholds, error) + type Threshold struct + KeyName string + Operator string + Value *int64 + type Thresholds []Threshold + func (thres Thresholds) ThresFuncExpr() (ThresFuncExpr, error)