# Functions

DummyStringGetterFunction is the stringer function that return string field value.
No description provided by the author
FormatBoolean is a stringer function for the boolean field.
No description provided by the author
No description provided by the author
FormatInt is the int stringer function.
FormatInt16 is the int16 stringer function.
FormatInt32 is the int32 stringer function.
FormatInt64 is the int64 stringer function.
FormatInt8 is the int8 stringer function.
FormatUint is the uint stringer function.
FormatUint16 is the uint16 stringer function.
FormatUint32 is the uint32 stringer function.
FormatUint64 is the uint64 stringer function.
FormatUint8 is the int8 stringer function.
GetAlternateTypes is a template function that gets.
No description provided by the author
No description provided by the author
ParseBoolean is a stringer function that parses boolean.
No description provided by the author
ParseFloat32 gets the float32 parser function.
ParseFloat64 gets the float64 parser function.
ParseInt gets a string parses for int.
ParseInt16 gets a string parses for int16.
ParseInt32 gets a string parses for int32.
ParseInt64 gets a string parses for int64.
ParseInt8 gets a string parses for int8.
Parser gets the parser function and executes with given 'name'.
ParserWrapper is a template function that checks if given fieldType should be wrapped when used for given parser 'funcName'.
ParseUint is uint stringer function.
ParseUint16 is uint64 stringer function.
ParseUint32 is uint32 stringer function.
ParseUint64 is uint64 stringer function.
ParseUint8 is uint8 stringer function.
Selector is a function that returns field with selector.
Stringer is the golang template string converter function.
No description provided by the author

# Constants

DummyStringParser is dummy field string parser.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringGetterInterface is the name of the stringer function that maps for StringGetterInterface.
No description provided by the author
No description provided by the author
No description provided by the author
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
Integer stringer function names.
StringerString is the name of the stringer string function.

# Variables

AlternateTypes is the mapping between basic types and it's Alternate values.
Parsers is the mapping between parsing name and its functions.
Stringers contains stringer functions used in the templates.

# Type aliases

StringerFunc is a function that converts provided selector into string.
StringParserFunc is a function that converts provided selector and parses with a possible error into given value.