Documentation
¶
Index ¶
- func AddHWID(username, hwid string)
- func BanIp(ip string)
- func BanUser(username string)
- func CheckHWID(username, hwid string) bool
- func CheckIPExists(ip string) bool
- func CheckPassword(username, password string) bool
- func CheckUserExists(username string) bool
- func CreateUser(username, password string)
- func DeleteUser(username string)
- func ExecuteUpdate(query string, args ...any)
- func GetData(query string, args ...any) any
- func HWIDExists(username string) bool
- func InitDatabase() time.Duration
- func IsBanned(username string) bool
- func SHAPass(password string) string
- func UnbanIp(ip string)
- func UnbanUser(username string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIPExists ¶
func CheckPassword ¶
func CheckUserExists ¶
func CreateUser ¶
func CreateUser(username, password string)
func DeleteUser ¶
func DeleteUser(username string)
func ExecuteUpdate ¶
func HWIDExists ¶
func InitDatabase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.