package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 20, 2025
License: AGPL-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 BlackDevice struct {
DeviceId string `gorm:"unique"`
}
type ParcelInfo struct {
Type int32 `json:"type"`
Id int64 `json:"id"`
Num int64 `json:"num"`
}
type YostarAccount struct {
YostarUid int64 `gorm:"primarykey;AUTO_INCREMENT"`
YostarAccount string
YostarToken string
}
type YostarClan struct {
ServerId int64 `gorm:"primarykey;AUTO_INCREMENT"`
ClanName string `gorm:"unique"`
ClanInfo string
}
type YostarFriend struct {
AccountServerId int64 `gorm:"unique"`
FriendInfo string
}
type YostarGame struct {
AccountServerId int64 `gorm:"unique"`
BinData []byte
}
type YostarUserLogin struct {
AccountServerId int64 `gorm:"primarykey;AUTO_INCREMENT"`
YostarUid int64 `gorm:"unique"`
YostarLoginToken string
Ban bool
BanMsg string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.