MCPcopy Index your code
hub / github.com/labstack/echo / UnmarshalParams

Method UnmarshalParams

bind.go:40–40  ·  view source on GitHub ↗
(params []string)

Source from the content-addressed store, hash-verified

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

Callers 1

unmarshalInputsToFieldFunction · 0.65

Implementers 1

unixTimestampLastbind_test.go

Calls

no outgoing calls

Tested by

no test coverage detected