MCPcopy Create free account
hub / github.com/devfeel/dotweb / BindJsonBody

Method BindJsonBody

bind.go:21–21  ·  view source on GitHub ↗
(interface{}, Context)

Source from the content-addressed store, hash-verified

19 Binder interface {
20 Bind(interface{}, Context) error
21 BindJsonBody(interface{}, Context) error
22 }
23
24 binder struct{}

Callers 1

PostJsonBindFunction · 0.65

Implementers 3

binderbind.go
HttpContextcontext.go
userBinderexample/bind/main.go

Calls

no outgoing calls

Tested by

no test coverage detected