(params []string)
| 38 | // for `a` following slice `["1", "2"] will be passed to unmarshaller. |
| 39 | type bindMultipleUnmarshaler interface { |
| 40 | UnmarshalParams(params []string) error |
| 41 | } |
| 42 | |
| 43 | // BindPathValues binds path parameter values to bindable object |
no outgoing calls
no test coverage detected