package
2.0.0+incompatible
Repository: https://github.com/skyhackvip/risk_engine.git
Documentation: pkg.go.dev
# Functions
infer type according to value.
is bool type.
is date type.
is float type.
1.0 = 1.
1.0 = 1.
is int type.
match type int match float.
reflect value convert to float64.
No description provided by the author
No description provided by the author
other type convert to bool.
other type convert to data.
other type convert to float64.
other type convert to int.
other type convert to int64.
other type convert to string.