fixes: #1649, #1648, #1641, #1650 relative to: #1597
package internal
// Map is just an alias of the map[string]interface{} type.
// Just like the iris.Map one.
type Map = map[string]interface{}