Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + var SessionInfos = map[string]StatusInfo + func GetSessionInfos() (map[string]StatusInfo, error) + func StoreSessionInfo(host string, stat StatusInfo) error + type StatusInfo struct + ExpiredAt *time.Time + SessionID string + type UserInfo struct + CreatedAt string + Email string + Enabled bool + ID string + LastLoginAt string + NickName string + UpdatedAt string