Versions in this module Expand all Collapse all v1 v1.0.2 May 9, 2024 Changes in this version + func GetWalletOf(uid int64) (money int) + func InsertWalletOf(uid int64, money int) error + type Storage struct + type Wallet struct + Money int + UID int64 + func GetGroupWalletOf(sortable bool, uids ...int64) (wallets []Wallet, err error)