Validate validates that the provided URL value are valid for the given struct. It returns a map of field name to error message for each field that is invalid or an error if there was a general error validating.
(any, url.Values)
| 12 | // It returns a map of field name to error message for each field that is invalid |
| 13 | // or an error if there was a general error validating. |
| 14 | Validate(any, url.Values) (map[string]error, error) |
| 15 | } |
| 16 | |
| 17 | // Decoder decodes a url.Values into a struct. |
no outgoing calls
no test coverage detected