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

Struct minLenConstraintType

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

Source from the content-addressed store, hash-verified

292}
293
294type minLenConstraintType struct{}
295
296func (minLenConstraintType) Name() string { return ConstraintMinLen }
297func (minLenConstraintType) Analyze(args []string) ([]any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected