mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 08:30:40 +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