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

Method Name

binding/binding_nomsgpack.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// the form POST.
30type Binding interface {
31 Name() string
32 Bind(*http.Request, any) error
33}
34

Callers 15

TestPanicInHandlerFunction · 0.65
TestCustomRecoveryFunction · 0.65
TestReadNthLineFunction · 0.65
functionFunction · 0.65
debugPrintLoadTemplateFunction · 0.65
nameOfFunctionFunction · 0.65
TestRouteStaticFileFunction · 0.65
TestRouteStaticFileFSFunction · 0.65
TestBindingFormPostFunction · 0.65

Implementers 13

queryBindingbinding/query.go
msgpackBindingbinding/msgpack.go
headerBindingbinding/header.go
formBindingbinding/form.go
formPostBindingbinding/form.go
formMultipartBindingbinding/form.go
xmlBindingbinding/xml.go
yamlBindingbinding/yaml.go
tomlBindingbinding/toml.go
jsonBindingbinding/json.go
bsonBindingbinding/bson.go
protobufBindingbinding/protobuf.go

Calls

no outgoing calls

Tested by 15

TestPanicInHandlerFunction · 0.52
TestCustomRecoveryFunction · 0.52
TestReadNthLineFunction · 0.52
TestRouteStaticFileFunction · 0.52
TestRouteStaticFileFSFunction · 0.52
TestBindingFormPostFunction · 0.52
TestBindingFormMultipartFunction · 0.52
TestHeaderBindingFunction · 0.52
TestUriBindingFunction · 0.52