Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
26
type
StructValidator
interface
{
27
Validate(out any) error
28
}
29
30
var
bindPool = sync.Pool{
Callers
1
validateStruct
Method · 0.65
Implementers
2
structValidator
bind_test.go
countingStructValidator
bind_test.go
Calls
no outgoing calls
Tested by
no test coverage detected