MCPcopy
hub / github.com/revel/revel / IsSatisfied

Method IsSatisfied

validators.go:21–21  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

19
20type Validator interface {
21 IsSatisfied(interface{}) bool
22 DefaultMessage() string
23}
24

Callers 4

performTestsFunction · 0.65
TestEmailFunction · 0.65
IsSatisfiedMethod · 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 2

performTestsFunction · 0.52
TestEmailFunction · 0.52