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

Method UnmarshalParam

bind.go:33–33  ·  view source on GitHub ↗

UnmarshalParam decodes and assigns a value from an form or query param.

(param string)

Source from the content-addressed store, hash-verified

31type BindUnmarshaler interface {
32 // UnmarshalParam decodes and assigns a value from an form or query param.
33 UnmarshalParam(param string) error
34}
35
36// bindMultipleUnmarshaler is used by binder to unmarshal multiple values from request at once to

Callers 4

BindUnmarshalerMethod · 0.65
MustBindUnmarshalerMethod · 0.65
unmarshalInputToFieldFunction · 0.65
bindValueFunction · 0.65

Implementers 2

Structbind_test.go
unixTimestampbind_test.go

Calls

no outgoing calls

Tested by

no test coverage detected