Documentation
¶
Index ¶
- type Account
- type Player
- type Store
- func (s *Store) AddDatePlayerFieldByFieldName(player *Player) error
- func (s *Store) AddUidPlayer(uidPlayer *UidPlayer) error
- func (s *Store) QueryAccountByFieldAccountId(AccountId uint) *Account
- func (s *Store) QueryAccountByFieldUsername(Username string) *Account
- func (s *Store) QueryAccountUidByFieldPlayer(AccountId uint32) *Player
- func (s *Store) QueryUidPlayerUidByFieldPlayer(AccountId uint32) *UidPlayer
- func (s *Store) UpdateAccountFieldByFieldName(account *Account) (uint, error)
- func (s *Store) UpdatePlayer(player *Player) error
- func (s *Store) UpdateUidPlayer(accountId uint, uidPlayer *UidPlayer) error
- type UidPlayer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
var DBASE *Store
func (*Store) AddDatePlayerFieldByFieldName ¶
添加新账号数据
func (*Store) QueryAccountByFieldAccountId ¶
func (*Store) QueryAccountByFieldUsername ¶
查询账号
func (*Store) QueryAccountUidByFieldPlayer ¶
使用账号uid拉取数据
func (*Store) QueryUidPlayerUidByFieldPlayer ¶
使用账号uid拉取数据
func (*Store) UpdateAccountFieldByFieldName ¶
添加新账号
Click to show internal directories.
Click to hide internal directories.