Binder is the interface that wraps the Bind method.
| 17 | type ( |
| 18 | // Binder is the interface that wraps the Bind method. |
| 19 | Binder interface { |
| 20 | Bind(interface{}, Context) error |
| 21 | BindJsonBody(interface{}, Context) error |
| 22 | } |
| 23 | |
| 24 | binder struct{} |
| 25 | ) |
no outgoing calls
no test coverage detected