Versions in this module Expand all Collapse all v0 v0.1.3 Sep 13, 2021 v0.1.2 Sep 9, 2021 Changes in this version + var ContextKeyRequestData = "request-data" + type RData interface + IsAdmin func() bool + Role func() types.RoleType + SetRole func(role types.RoleType) + SetUserID func(userID string) + UserID func() string + func FromCookie(cookie *http.Cookie) (RData, bool) + func NewRequestData() RData