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

Method Validate

context/application.go:33–33  ·  view source on GitHub ↗

Validate validates a value and returns nil if passed or the failure reason if not.

(interface{})

Source from the content-addressed store, hash-verified

31 // Validate validates a value and returns nil if passed or
32 // the failure reason if not.
33 Validate(interface{}) error
34
35 // Minifier returns the minifier instance.
36 // By default it can minifies:

Callers 10

NewFunction · 0.65
CauseMethod · 0.65
UnmarshalBodyMethod · 0.65
context.goFile · 0.65
ReadFormMethod · 0.65
ReadQueryMethod · 0.65
ReadHeadersMethod · 0.65
ReadParamsMethod · 0.65
ReadURLMethod · 0.65
ReadMsgPackMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected