mirror of
https://github.com/astaxie/beego.git
synced 2025-07-26 12:35:33 +00:00
support profile & statistics in another port
This commit is contained in:
@@ -258,3 +258,7 @@ func stringsToJson(str string) string {
|
||||
}
|
||||
return jsons
|
||||
}
|
||||
|
||||
func (output *BeegoOutput) Session(name interface{}, value interface{}) {
|
||||
output.Context.Input.CruSession.Set(name, value)
|
||||
}
|
||||
|
Reference in New Issue
Block a user