Number matcher
type.matcher.v3.DoubleMatcher
[type.matcher.v3.DoubleMatcher proto]
Specifies the way to match a double value.
{
"range": "{...}",
"exact": "..."
}
range
(type.v3.DoubleRange) If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).
Precisely one of range, exact must be set.
exact
(double) If specified, the input double value must be equal to the value specified here.
当前内容版权归 servicemesher 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 servicemesher .