package
Version:
v0.96.0
Opens a new window with list of versions in this module.
Published: Jul 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthSeqUpdatesDO struct {
Id int64 `db:"id"`
AuthId int64 `db:"auth_id"`
UserId int64 `db:"user_id"`
Seq int32 `db:"seq"`
UpdateType int32 `db:"update_type"`
UpdateData string `db:"update_data"`
Date2 int64 `db:"date2"`
}
type UserPtsUpdatesDO struct {
Id int64 `db:"id"`
UserId int64 `db:"user_id"`
Pts int32 `db:"pts"`
PtsCount int32 `db:"pts_count"`
UpdateType int32 `db:"update_type"`
UpdateData string `db:"update_data"`
Date2 int64 `db:"date2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.