Versions in this module Expand all Collapse all v1 v1.7.0 Oct 16, 2023 v1.6.0 Nov 21, 2022 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(uids []int64, sortable bool) (wallets []Wallet, err error)