DefaultBinder is the default implementation of the Binder interface.
| 24 | |
| 25 | // DefaultBinder is the default implementation of the Binder interface. |
| 26 | type DefaultBinder struct{} |
| 27 | |
| 28 | // BindUnmarshaler is the interface used to wrap the UnmarshalParam method. |
| 29 | // Types that don't implement this, but do implement encoding.TextUnmarshaler |
nothing calls this directly
no outgoing calls
no test coverage detected