MCPcopy Index your code
hub / github.com/labstack/echo / Validate

Method Validate

echo.go:138–138  ·  view source on GitHub ↗
(i any)

Source from the content-addressed store, hash-verified

136// Validator is the interface that wraps the Validate function.
137type Validator interface {
138 Validate(i any) error
139}
140
141// MIME types

Callers 1

ValidateMethod · 0.65

Implementers 2

validatorcontext_test.go
Contextcontext.go

Calls

no outgoing calls

Tested by

no test coverage detected