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

Struct maxLenConstraintType

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

Source from the content-addressed store, hash-verified

318}
319
320type maxLenConstraintType struct{}
321
322func (maxLenConstraintType) Name() string { return ConstraintMaxLen }
323func (maxLenConstraintType) Analyze(args []string) ([]any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected