package
3.14.0+incompatible
Repository: https://github.com/cepave/open-falcon-backend.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

This checking would check: 1.
Checks two varialbes which could be converted to "*go-simplejson.Json" Various types of variable are supported: string - JSON string []byte - As JSON string io.Reader - A reader contains JSON *go-simplejson.Json If non of above types is matched, this checker uses "encoding/json.Marshal()" to marshal the object to JSON format and performs comparison.
Checks if obtained > expected.
Checks if obtained >= expected.
Checks if obtained < expected.
Checks if obtained <= expected.
No description provided by the author
Checks if the obtained time is after expected time(only UNIX time).
Checks if the obtained time is before expected time(only UNIX time).
Checks if the both of time value are equal(only UNIX time).
See "utils.ValueExt.IsViable()" function.