Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentPreferences ¶
type NewServerInput ¶
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
func MustNewRenderer ¶
func MustNewRenderer() *Renderer
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func MustNewServer ¶
func MustNewServer(config NewServerInput) *Server
type SessionData ¶
type SessionData struct {
Username string `json:"username,omitempty"`
Role string `json:"role,omitempty"`
UserID string `json:"user_id,omitempty"`
SessionID string `json:"session_id,omitempty"`
MFACompleted bool `json:"mfa_completed,omitempty"`
MFASetupRequired bool `json:"mfa_setup_required,omitempty"`
PasswordResetRequired bool `json:"password_reset_required,omitempty"`
Timezone string `json:"timezone,omitempty"`
}
type SessionMessages ¶
Click to show internal directories.
Click to hide internal directories.