MCPcopy Create free account
hub / github.com/devfeel/dotweb / Validator

Interface Validator

dotweb.go:72–74  ·  view source on GitHub ↗

Validator is the interface that wraps the Validate function.

Source from the content-addressed store, hash-verified

70
71 // Validator is the interface that wraps the Validate function.
72 Validator interface {
73 Validate(i interface{}) error
74 }
75)
76
77const (

Callers

nothing calls this directly

Implementers 1

HttpContextcontext.go

Calls

no outgoing calls

Tested by

no test coverage detected