MCPcopy
hub / github.com/go-playground/validator / Param

Method Param

errors.go:135–135  ·  view source on GitHub ↗

Param returns the param value, in string form for comparison; this will also help with generating an error message

()

Source from the content-addressed store, hash-verified

133 // Param returns the param value, in string form for comparison; this will also
134 // help with generating an error message
135 Param() string
136
137 // Kind returns the Field's reflect Kind
138 //

Callers 15

TestKeysCustomValidationFunction · 0.95
isValidateFnFunction · 0.65
isOneOfFunction · 0.65
isOneOfCIFunction · 0.65
isUniqueFunction · 0.65
containsRuneFunction · 0.65
containsAnyFunction · 0.65
containsFunction · 0.65
startsWithFunction · 0.65
endsWithFunction · 0.65
isEqFunction · 0.65

Implementers 1

fieldErrorerrors.go

Calls

no outgoing calls

Tested by 2

TestKeysCustomValidationFunction · 0.76