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

Interface Binder

bind.go:21–23  ·  view source on GitHub ↗

Binder is the interface that wraps the Bind method.

Source from the content-addressed store, hash-verified

19
20// Binder is the interface that wraps the Bind method.
21type Binder interface {
22 Bind(c *Context, target any) error
23}
24
25// DefaultBinder is the default implementation of the Binder interface.
26type DefaultBinder struct{}

Implementers 2

Contextcontext.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…