# Functions
MapField retrieves struct field as map[name/tag]*Field from <pointer>, and returns the map.
TagFields retrieves struct tags as []*Field from <pointer>, and returns it.
TagMapField retrieves struct tags as map[tag]*Field from <pointer>, and returns it.
TagMapName retrieves struct tags as map[tag]attribute from <pointer>, and returns it.