package
Version:
v0.0.0-...-e7c2cf1
Opens a new window with list of versions in this module.
Published: Jan 23, 2023
License: GPL-3.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 DTO struct {
UserId string `json:"-" db:"user_id"`
LastOnline time.Time `json:"lastOnline" db:"last_online"`
IsOnline bool `json:"isOnline" db:"is_online"`
}
Online one to one with user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.