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

Struct intConstraintType

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

--- Built-in constraint types ---

Source from the content-addressed store, hash-verified

225// --- Built-in constraint types ---
226
227type intConstraintType struct{}
228
229func (intConstraintType) Name() string { return ConstraintInt }
230func (intConstraintType) Execute(param string, _ []any) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected