Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestIdCtx ¶
type RequestIdCtx struct {
RequestId string
}
func NewRequestIdCtx ¶
func NewRequestIdCtx(requestId string) *RequestIdCtx
type SessionCtx ¶
func NewSessionCtx ¶
func NewSessionCtx(id, name, email, username string) *SessionCtx
func (*SessionCtx) SetSessionCtx ¶ added in v0.18.0
func (s *SessionCtx) SetSessionCtx(user auth.AuthUser)
Click to show internal directories.
Click to hide internal directories.