Analyze preprocesses constraint data at route registration time. Returns pre-typed values that will be stored in Constraint.Data.
(args []string)
| 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. |
no outgoing calls