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

Struct validator

context_test.go:1054–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054type validator struct{}
1055
1056func (*validator) Validate(i any) error {
1057 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected