Bind binds query/path parameters to the struct.
(*http.Request)
| 40 | type RequestObject interface { |
| 41 | // Bind binds query/path parameters to the struct. |
| 42 | Bind(*http.Request) error |
| 43 | // Validate validates the parameters. |
| 44 | Validate() error |
| 45 | } |
no outgoing calls
no test coverage detected