MCPcopy Create free account
hub / github.com/kataras/iris / Fullname

Method Fullname

x/errors/validation/string.go:23–26  ·  view source on GitHub ↗

Fullname adds an error if the string is not a full name.

()

Source from the content-addressed store, hash-verified

21
22// Fullname adds an error if the string is not a full name.
23func (e *StringError) Fullname() *StringError {
24 e.Func(Fullname)
25 return e
26}
27
28// Length adds an error if the string length is not in the given range.
29func (e *StringError) Length(min, max int) *StringError {

Callers 1

HandleRequestMethod · 0.80

Calls 1

FuncMethod · 0.80

Tested by

no test coverage detected