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

Struct userBinder

example/bind/main.go:105–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type userBinder struct {
106}
107
108//Bind decode req.Body or form-value to struct
109func (b *userBinder) Bind(i interface{}, ctx dotweb.Context) (err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected