MCPcopy
hub / github.com/gin-gonic/gin / defaultValidator

Struct defaultValidator

binding/default_validator.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type defaultValidator struct {
17 once sync.Once
18 validate *validator.Validate
19}
20
21type SliceValidationError []error
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected