MCPcopy
hub / github.com/gofiber/fiber / customBinder

Struct customBinder

bind_test.go:2206–2206  ·  view source on GitHub ↗

custom binder for testing

Source from the content-addressed store, hash-verified

2204
2205// custom binder for testing
2206type customBinder struct{}
2207
2208func (*customBinder) Name() string {
2209 return "custom"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected