package
12.2.11
Repository: https://github.com/kataras/iris.git
Documentation: pkg.go.dev

# Functions

IndirectType returns the value of a pointer-type "typ".
IndirectValue returns the element type (e.g.
IsError reports whether "typ" is an error type.
IsFunc reports whether the "kindable" is a type of function.
IsZero reports whether "v" is zero value or no.
LookupFields returns a slice of all fields containing a struct field of the given "fieldTag" of the "typ" struct.
LookupInputs returns the index and type of each function's input argument.
LookupOutputs returns the index and type of each function's output argument.
LookupUnderlineValueType returns the underline type of "v".

# Variables

Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.
Common reflect types for go standard data types.

# Structs

FuncParam holds the properties of function input or output.

# Interfaces

Zeroer can be implemented by custom types to report whether its current value is zero.