Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
21
type
Binder
interface
{
22
Bind(c *Context, target any) error
23
}
24
25
// DefaultBinder is the default implementation of the Binder interface.
Callers
9
BenchmarkDefaultBinder_BindInt64_single
Function · 0.65
BenchmarkDefaultBinder_BindInt64_10_fields
Function · 0.65
BenchmarkBind_JSON
Function · 0.65
BenchmarkBind_Query
Function · 0.65
TestDefaultBinder_BindToStructFromMixedSources
Function · 0.65
Bind
Method · 0.65
TestBindCachedMetaPreservesFieldNameError
Function · 0.65
TestToContext_JSONBody
Function · 0.65
TestToContext_JSONBody
Function · 0.65
Implementers
2
DefaultBinder
bind.go
Context
context.go
Calls
no outgoing calls
Tested by
8
BenchmarkDefaultBinder_BindInt64_single
Function · 0.52
BenchmarkDefaultBinder_BindInt64_10_fields
Function · 0.52
BenchmarkBind_JSON
Function · 0.52
BenchmarkBind_Query
Function · 0.52
TestDefaultBinder_BindToStructFromMixedSources
Function · 0.52
TestBindCachedMetaPreservesFieldNameError
Function · 0.52
TestToContext_JSONBody
Function · 0.52
TestToContext_JSONBody
Function · 0.52