Discover Packages
github.com/akmalfairuz/df-practice
practice
model
package
Version:
v0.0.0-...-205331c
Opens a new window with list of versions in this module.
Published: Jan 25, 2025
License: MIT
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
Documentation
¶
type Ban struct {
ID int `db:"id"`
PlayerID int `db:"playerId"`
Reason string `db:"reason"`
ExpireAt int64 `db:"expireAt"`
CreatedAt int64 `db:"createdAt"`
}
type CreateUser struct {
DisplayName string `db:"displayName"`
XUID string `db:"xuid"`
}
type User struct {
ID int `db:"id"`
DisplayName string `db:"displayName"`
Name string `db:"name"`
XUID string `db:"xuid"`
RankName string `db:"rankName"`
RankExpireAt int64 `db:"rankExpireAt"`
Exp int64 `db:"exp"`
RegisteredAt int64 `db:"registeredAt"`
LastSeenAt int64 `db:"lastSeenAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.