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

Interface CustomBinder

bind.go:19–23  ·  bind.go::CustomBinder

CustomBinder An interface to register custom binders.

Source from the content-addressed store, hash-verified

17
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}
24
25// StructValidator is an interface to register custom struct validator for binding.
26type StructValidator interface {

Callers 10

CustomMethod · 0.65
BodyMethod · 0.65
BackMethod · 0.65
CustomMethod · 0.65
BodyMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 2

customBinderbind_test.go

Calls

no outgoing calls

Tested by

no test coverage detected