| 41 | } |
| 42 | |
| 43 | type CookieRemember struct { |
| 44 | MemberId int |
| 45 | Account string |
| 46 | Time time.Time |
| 47 | } |
| 48 | |
| 49 | func (this *BaseController) refreshReferer() { |
| 50 | referer := this.Ctx.Request.Header.Get("referer") |
nothing calls this directly
no outgoing calls
no test coverage detected