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

Method Bind

bind.go:22–22  ·  view source on GitHub ↗
(c *Context, target any)

Source from the content-addressed store, hash-verified

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.

Implementers 2

Contextcontext.go

Calls

no outgoing calls