MCPcopy
hub / github.com/gofiber/fiber / floatConstraintType

Struct floatConstraintType

constraint.go:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243type floatConstraintType struct{}
244
245func (floatConstraintType) Name() string { return ConstraintFloat }
246func (floatConstraintType) Execute(param string, _ []any) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected