package
Version:
v0.0.0-...-b4b79d4
Opens a new window with list of versions in this module.
Published: Oct 1, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UserSessionV1 struct {
Id int64 `json:"id"`
Created UtcTime `json:"created"`
LastActivity UtcTime `json:"lastActivity"`
LastIp string `json:"lastIp"`
LastAgent string `json:"lastAgent"`
}
type UserSessionsV1 struct {
Active int `json:"active"`
List []*UserSessionV1 `json:"list,omitempty"`
}
Schema: userSessions.v1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.