package
1.7.5
Repository: https://github.com/pefish/go-mysql.git
Documentation: pkg.go.dev

# Functions

Deref is Indirect for reflect.Types.
FieldByIndexes returns a value for the field given by the struct traversal for the given value.
FieldByIndexesReadOnly returns a value for a particular struct traversal, but is not concerned with allocating nil pointers because the value is going to be used for reading and not setting.
NewMapper returns a new mapper using the tagName as its struct field tag.
NewMapperFunc returns a new mapper which optionally obeys a field tag and a struct field name mapper func given by f.
NewMapperTagFunc returns a new mapper which contains a mapper for field names AND a mapper for tag values.

# Structs

A FieldInfo is metadata for a struct field.
Mapper is a general purpose mapper of names to struct fields.
A StructMap is an index of field metadata for a struct.