MCPcopy Create free account
hub / github.com/TruthHun/BookStack / CookieRemember

Struct CookieRemember

controllers/BaseController.go:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected