MCPcopy
hub / github.com/gin-gonic/gin / UnmarshalParam

Method UnmarshalParam

binding/form_mapping.go:185–185  ·  binding/form_mapping.go::BindUnmarshaler.UnmarshalParam

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

(param string)

Source from the content-addressed store, hash-verified

183type BindUnmarshaler interface {
184 // UnmarshalParam decodes and assigns a value from a form or query param.
185 UnmarshalParam(param string) error
186}
187
188// trySetCustom tries to set a custom type value

Callers 1

trySetCustomFunction · 0.65

Implementers 1

customUnmarshalParamTypebinding/form_mapping_test.go

Calls

no outgoing calls

Tested by

no test coverage detected