mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
Former-commit-id: 221e01638b671586cdab2b84518bd6a1c8d07bda
This commit is contained in:
@@ -1018,8 +1018,8 @@ var Gzip = func(ctx Context) {
|
||||
ctx.Next()
|
||||
}
|
||||
|
||||
// Map is just a shortcut of the map[string]interface{}.
|
||||
type Map map[string]interface{}
|
||||
// Map is just a type alias of the map[string]interface{} type.
|
||||
type Map = map[string]interface{}
|
||||
|
||||
// +------------------------------------------------------------+
|
||||
// | Context Implementation |
|
||||
|
||||
Reference in New Issue
Block a user