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

Method Validate

bind.go:27–27  ·  view source on GitHub ↗
(out any)

Source from the content-addressed store, hash-verified

25// StructValidator is an interface to register custom struct validator for binding.
26type StructValidator interface {
27 Validate(out any) error
28}
29
30var bindPool = sync.Pool{

Callers 1

validateStructMethod · 0.65

Implementers 2

structValidatorbind_test.go

Calls

no outgoing calls

Tested by

no test coverage detected