Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
137
type
Validator
interface
{
138
Validate(i any) error
139
}
140
141
// MIME types
Callers
1
Validate
Method · 0.65
Implementers
2
validator
context_test.go
Context
context.go
Calls
no outgoing calls
Tested by
no test coverage detected