Decode decodes the url.Values into the struct returning an error if there was a problem.
(any, url.Values)
| 18 | type Decoder interface { |
| 19 | // Decode decodes the url.Values into the struct returning an error if there was a problem. |
| 20 | Decode(any, url.Values) error |
| 21 | } |
| 22 | |
| 23 | // Config is a configuration for a Changeset providing implementations of Validator and Decoder. |
no outgoing calls
no test coverage detected