package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SessionEntity struct {
LoginId string `json:"loginId"`
Ip string `json:"ip"`
Token string `json:"token"`
LoginTime time.Time `json:"loginTime"`
Device string `json:"device"`
UserAgent string `json:"userAgent"`
Data map[string]any `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.