Versions in this module Expand all Collapse all v0 v0.0.1 Aug 24, 2022 Changes in this version + type Context struct + func NewContext(r *http.Request) *Context + func (ctx *Context) ApplicationID() string + func (ctx *Context) GetEmail() string + func (ctx *Context) GetPermission() authlib.Permission + func (ctx *Context) GetRoles() authlib.Roles + func (ctx *Context) GetUserUID() (uid string) + func (ctx *Context) Set(key, val interface{}) + func (ctx Context) Deadline() (deadline time.Time, ok bool) + func (ctx Context) Done() <-chan struct{} + func (ctx Context) Err() error + func (ctx Context) Value(key interface{}) interface{}