mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 04:17:03 +00:00
Final v3
This commit is contained in:
@@ -78,6 +78,7 @@ var (
|
||||
|
||||
type (
|
||||
// Map is just a conversion for a map[string]interface{}
|
||||
// should not be used inside Render when PongoEngine is used.
|
||||
Map map[string]interface{}
|
||||
// Context is resetting every time a request is coming to the server
|
||||
// it is not good practice to use this object in goroutines, for these cases use the .Clone()
|
||||
|
||||
Reference in New Issue
Block a user