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

Method BindUri

binding/binding_nomsgpack.go:46–46  ·  view source on GitHub ↗
(map[string][]string, any)

Source from the content-addressed store, hash-verified

44type BindingUri interface {
45 Name() string
46 BindUri(map[string][]string, any) error
47}
48
49// StructValidator is the minimal interface which needs to be implemented in

Callers 5

TestBindUriFunction · 0.65
TestBindUriErrorFunction · 0.65
ShouldBindUriMethod · 0.65
TestUriBindingFunction · 0.65
TestUriInnerBindingFunction · 0.65

Implementers 1

uriBindingbinding/uri.go

Calls

no outgoing calls

Tested by 4

TestBindUriFunction · 0.52
TestBindUriErrorFunction · 0.52
TestUriBindingFunction · 0.52
TestUriInnerBindingFunction · 0.52