package
8.4.4+incompatible
Repository: https://github.com/codehakase/iris.git
Documentation: pkg.go.dev
# Functions
LookupParamType accepts the string representation of a parameter type.
ParamFuncArgToInt converts and returns any type of "a", to an integer.
# Constants
ParamTypeAlphabetical is the alphabetical/letter type type.
ParamTypeBoolean is the bool type.
ParamTypeFile is the file single path type.
ParamTypeInt is the integer, a number type.
ParamTypeLong is the integer, a number type.
ParamTypePath is the multi path (or wildcard) type.
ParamTypeString is the string type.
ParamTypeUnExpected is an unexpected parameter type.
# Structs
ParamFunc holds the name of a parameter's function and its arguments (values) A param func is declared with: {param:int range(1,5)}, the range is the param function name the 1 and 5 are the two param function arguments range(1,5).
ParamStatement is a struct which holds all the necessary information about a macro parameter.
# Interfaces
ParamFuncArg represents a single parameter function's argument.
# Type aliases
ParamType is a specific uint8 type which holds the parameter types' type.