MCPcopy
hub / github.com/revel/revel / Validator

Interface Validator

validators.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type Validator interface {
21 IsSatisfied(interface{}) bool
22 DefaultMessage() string
23}
24
25type Required struct{}
26

Callers 5

performTestsFunction · 0.65
TestEmailFunction · 0.65
IsSatisfiedMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65

Implementers 14

Requiredvalidators.go
Minvalidators.go
Maxvalidators.go
Rangevalidators.go
MinSizevalidators.go
MaxSizevalidators.go
Lengthvalidators.go
Matchvalidators.go
IPAddrvalidators.go
MacAddrvalidators.go
Domainvalidators.go
URLvalidators.go

Calls

no outgoing calls

Tested by

no test coverage detected