Versions in this module Expand all Collapse all v1 v1.7.3 Jul 30, 2024 v1.7.2 Jul 30, 2024 Changes in this version + func GetWalletName() string + func GetWalletOf(uid int64) (money int) + func InsertWalletOf(uid int64, money int) error + func SetWalletName(name string) + type Storage struct + type Wallet struct + Money int + UID int64 + func GetGroupWalletOf(sortable bool, uids ...int64) (wallets []Wallet, err error)