| 103 | } |
| 104 | |
| 105 | type userBinder struct { |
| 106 | } |
| 107 | |
| 108 | //Bind decode req.Body or form-value to struct |
| 109 | func (b *userBinder) Bind(i interface{}, ctx dotweb.Context) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected