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

Method Analyze

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

Analyze preprocesses constraint data at route registration time. Returns pre-typed values that will be stored in Constraint.Data.

(args []string)

Source from the content-addressed store, hash-verified

84 // Analyze preprocesses constraint data at route registration time.
85 // Returns pre-typed values that will be stored in Constraint.Data.
86 Analyze(args []string) ([]any, error)
87}
88
89// CustomConstraint is the legacy interface for user-defined constraints.

Implementers 12

lenConstraintTypeconstraint.go
minConstraintTypeconstraint.go
maxConstraintTypeconstraint.go
rangeConstraintTypeconstraint.go
regexConstraintTypeconstraint.go

Calls

no outgoing calls