WrapHandler returns the handler unchanged (no validation).
(next http.HandlerFunc)
| 125 | |
| 126 | // WrapHandler returns the handler unchanged (no validation). |
| 127 | func (*OpenAPIBuilder) WrapHandler(next http.HandlerFunc) http.HandlerFunc { |
| 128 | return next |
| 129 | } |
| 130 | |
| 131 | // searchDefaultLimit returns the effective default for the search "limit" parameter, |
| 132 | // capped by the operator-configured MaxSearchLimit when it is smaller. |