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

Method Name

bind.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18// CustomBinder An interface to register custom binders.
19type CustomBinder interface {
20 Name() string
21 MIMETypes() []string
22 Parse(c Ctx, out any) error
23}

Callers 1

CustomMethod · 0.65

Implementers 2

customBinderbind_test.go

Calls

no outgoing calls

Tested by

no test coverage detected