package internal // Map is just an alias of the map[string]any type. // Just like the iris.Map one. type Map = map[string]any