MCPcopy
hub / github.com/labstack/echo / DefaultBinder

Struct DefaultBinder

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

DefaultBinder is the default implementation of the Binder interface.

Source from the content-addressed store, hash-verified

24
25// DefaultBinder is the default implementation of the Binder interface.
26type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected