Documentation
¶
Index ¶
- type BankModel
- func (m *BankModel) CountShowUser(userId int64) int64
- func (m *BankModel) UserBankDelete(in *rpc.UserBankDelRequest) (*rpc.UserBankDelResponse, error)
- func (m *BankModel) UserBankInfo(in *rpc.UserBankInfoRequest) (*rpc.UserBankInfoResponse, error)
- func (m *BankModel) UserBankInfoPage(in *rpc.UserBankInfoPageRequest) (*rpc.UserBankInfoPageResponse, error)
- func (m *BankModel) UserBankInsert(in *rpc.UserBankInfoInsertRequest) (*rpc.UserBankInfoInsertResponse, error)
- func (m *BankModel) UserBankUpdate(in *rpc.UserBankInfoUpdateRequest) (*rpc.UserBankInfoUpdateResponse, error)
- type EWalletModel
- func (m *EWalletModel) UserEWalletsDel(in *rpc.UserEWalletsDelRequest) (*rpc.UserEWalletsDelResponse, error)
- func (m *EWalletModel) UserEWalletsInfo(in *rpc.UserEWalletsRequest) (*rpc.UserEWalletsResponse, error)
- func (m *EWalletModel) UserEWalletsInsert(in *rpc.UserEWalletsInsertRequest) (*rpc.UserEWalletsInsertResponse, error)
- func (m *EWalletModel) UserEWalletsPage(in *rpc.UserEWalletsPageRequest) (*rpc.UserEWalletsPageResponse, error)
- func (m *EWalletModel) UserEWalletsUpdate(in *rpc.UserEWalletsUpdateRequest) (*rpc.UserEWalletsUpdateResponse, error)
- type LocalEWalletModel
- func (m *LocalEWalletModel) UserLocalEWalletsDel(in *rpc.UserLocalEWalletsDelRequest) (*rpc.UserLocalEWalletsDelResponse, error)
- func (m *LocalEWalletModel) UserLocalEWalletsInfo(in *rpc.UserLocalEwalletInfoRequest) (*rpc.UserLocalEwalletInfoResponse, error)
- func (m *LocalEWalletModel) UserLocalEWalletsInsert(in *rpc.UserLocalEwalletInsertRequest) (*rpc.UserLocalEwalletInsertResponse, error)
- func (m *LocalEWalletModel) UserLocalEWalletsPage(in *rpc.UserLocalEWalletsPageRequest) (*rpc.UserLocalEWalletsPageResponse, error)
- func (m *LocalEWalletModel) UserLocalEWalletsUpdate(in *rpc.UserLocalEwalletUpdateRequest) (*rpc.UserLocalEwalletUpdateResponse, error)
- type PixWalletModel
- func (m *PixWalletModel) UserPixWalletsDel(in *rpc.UserPixWalletsDelRequest) (*rpc.UserPixWalletsDelsResponse, error)
- func (m *PixWalletModel) UserPixWalletsInfo(in *rpc.UserPixWalletsInfoRequest) (*rpc.UserPixWalletsInfoResponse, error)
- func (m *PixWalletModel) UserPixWalletsInsert(in *rpc.UserPixWalletsInsertRequest) (ret *rpc.UserPixWalletsInsertResponse, err error)
- func (m *PixWalletModel) UserPixWalletsPage(in *rpc.UserPixWalletsPageRequest) (*rpc.UserPixWalletsPageResponse, error)
- func (m *PixWalletModel) UserPixWalletsUpdate(in *rpc.UserPixWalletsUpdateRequest) (*rpc.UserPixWalletsUpdatesResponse, error)
- type USDTWalletModel
- func (m *USDTWalletModel) UserUsdtWalletsDel(in *rpc.UserUsdtWalletsDelRequest) (*rpc.UserUsdtWalletsDelResponse, error)
- func (m *USDTWalletModel) UserUsdtWalletsInfo(in *rpc.UserUsdtWalletsInfoRequest) (*rpc.UserUsdtWalletsInfoResponse, error)
- func (m *USDTWalletModel) UserUsdtWalletsInsert(in *rpc.UserUsdtWalletsInsertRequest) (*rpc.UserUsdtWalletsInsertResponse, error)
- func (m *USDTWalletModel) UserUsdtWalletsPage(in *rpc.UserUsdtWalletsPageRequest) (*rpc.UserUsdtWalletsPageResponse, error)
- func (m *USDTWalletModel) UserUsdtWalletsUpdate(in *rpc.UserUsdtWalletsUpdateRequest) (*rpc.UserUpdateUsdtWalletsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankModel ¶
func (*BankModel) CountShowUser ¶
func (*BankModel) UserBankDelete ¶
func (m *BankModel) UserBankDelete(in *rpc.UserBankDelRequest) (*rpc.UserBankDelResponse, error)
func (*BankModel) UserBankInfo ¶
func (m *BankModel) UserBankInfo(in *rpc.UserBankInfoRequest) (*rpc.UserBankInfoResponse, error)
------------------user channel bank ------------------
func (*BankModel) UserBankInfoPage ¶
func (m *BankModel) UserBankInfoPage(in *rpc.UserBankInfoPageRequest) (*rpc.UserBankInfoPageResponse, error)
func (*BankModel) UserBankInsert ¶
func (m *BankModel) UserBankInsert(in *rpc.UserBankInfoInsertRequest) (*rpc.UserBankInfoInsertResponse, error)
func (*BankModel) UserBankUpdate ¶
func (m *BankModel) UserBankUpdate(in *rpc.UserBankInfoUpdateRequest) (*rpc.UserBankInfoUpdateResponse, error)
type EWalletModel ¶
func NewEWalletModel ¶
func NewEWalletModel(ctx context.Context, db *gorm.DB) *EWalletModel
func (*EWalletModel) UserEWalletsDel ¶
func (m *EWalletModel) UserEWalletsDel(in *rpc.UserEWalletsDelRequest) (*rpc.UserEWalletsDelResponse, error)
func (*EWalletModel) UserEWalletsInfo ¶
func (m *EWalletModel) UserEWalletsInfo(in *rpc.UserEWalletsRequest) (*rpc.UserEWalletsResponse, error)
------------------user channel ewallet ------------------
func (*EWalletModel) UserEWalletsInsert ¶
func (m *EWalletModel) UserEWalletsInsert(in *rpc.UserEWalletsInsertRequest) (*rpc.UserEWalletsInsertResponse, error)
func (*EWalletModel) UserEWalletsPage ¶
func (m *EWalletModel) UserEWalletsPage(in *rpc.UserEWalletsPageRequest) (*rpc.UserEWalletsPageResponse, error)
func (*EWalletModel) UserEWalletsUpdate ¶
func (m *EWalletModel) UserEWalletsUpdate(in *rpc.UserEWalletsUpdateRequest) (*rpc.UserEWalletsUpdateResponse, error)
type LocalEWalletModel ¶
func NewLocalEWalletModel ¶
func NewLocalEWalletModel(ctx context.Context, db *gorm.DB) *LocalEWalletModel
func (*LocalEWalletModel) UserLocalEWalletsDel ¶
func (m *LocalEWalletModel) UserLocalEWalletsDel(in *rpc.UserLocalEWalletsDelRequest) (*rpc.UserLocalEWalletsDelResponse, error)
func (*LocalEWalletModel) UserLocalEWalletsInfo ¶
func (m *LocalEWalletModel) UserLocalEWalletsInfo(in *rpc.UserLocalEwalletInfoRequest) (*rpc.UserLocalEwalletInfoResponse, error)
------------------user channel local ewallet ------------------
func (*LocalEWalletModel) UserLocalEWalletsInsert ¶
func (m *LocalEWalletModel) UserLocalEWalletsInsert(in *rpc.UserLocalEwalletInsertRequest) (*rpc.UserLocalEwalletInsertResponse, error)
func (*LocalEWalletModel) UserLocalEWalletsPage ¶
func (m *LocalEWalletModel) UserLocalEWalletsPage(in *rpc.UserLocalEWalletsPageRequest) (*rpc.UserLocalEWalletsPageResponse, error)
func (*LocalEWalletModel) UserLocalEWalletsUpdate ¶
func (m *LocalEWalletModel) UserLocalEWalletsUpdate(in *rpc.UserLocalEwalletUpdateRequest) (*rpc.UserLocalEwalletUpdateResponse, error)
type PixWalletModel ¶
func NewPixWalletModel ¶
func NewPixWalletModel(ctx context.Context, db *gorm.DB) *PixWalletModel
func (*PixWalletModel) UserPixWalletsDel ¶
func (m *PixWalletModel) UserPixWalletsDel(in *rpc.UserPixWalletsDelRequest) (*rpc.UserPixWalletsDelsResponse, error)
func (*PixWalletModel) UserPixWalletsInfo ¶
func (m *PixWalletModel) UserPixWalletsInfo(in *rpc.UserPixWalletsInfoRequest) (*rpc.UserPixWalletsInfoResponse, error)
------------------user channel pix ------------------
func (*PixWalletModel) UserPixWalletsInsert ¶
func (m *PixWalletModel) UserPixWalletsInsert(in *rpc.UserPixWalletsInsertRequest) (ret *rpc.UserPixWalletsInsertResponse, err error)
func (*PixWalletModel) UserPixWalletsPage ¶
func (m *PixWalletModel) UserPixWalletsPage(in *rpc.UserPixWalletsPageRequest) (*rpc.UserPixWalletsPageResponse, error)
func (*PixWalletModel) UserPixWalletsUpdate ¶
func (m *PixWalletModel) UserPixWalletsUpdate(in *rpc.UserPixWalletsUpdateRequest) (*rpc.UserPixWalletsUpdatesResponse, error)
type USDTWalletModel ¶
func NewUSDTWalletModel ¶
func NewUSDTWalletModel(ctx context.Context, db *gorm.DB) *USDTWalletModel
func (*USDTWalletModel) UserUsdtWalletsDel ¶
func (m *USDTWalletModel) UserUsdtWalletsDel(in *rpc.UserUsdtWalletsDelRequest) (*rpc.UserUsdtWalletsDelResponse, error)
func (*USDTWalletModel) UserUsdtWalletsInfo ¶
func (m *USDTWalletModel) UserUsdtWalletsInfo(in *rpc.UserUsdtWalletsInfoRequest) (*rpc.UserUsdtWalletsInfoResponse, error)
------------------user channel usdt ------------------
func (*USDTWalletModel) UserUsdtWalletsInsert ¶
func (m *USDTWalletModel) UserUsdtWalletsInsert(in *rpc.UserUsdtWalletsInsertRequest) (*rpc.UserUsdtWalletsInsertResponse, error)
func (*USDTWalletModel) UserUsdtWalletsPage ¶
func (m *USDTWalletModel) UserUsdtWalletsPage(in *rpc.UserUsdtWalletsPageRequest) (*rpc.UserUsdtWalletsPageResponse, error)
func (*USDTWalletModel) UserUsdtWalletsUpdate ¶
func (m *USDTWalletModel) UserUsdtWalletsUpdate(in *rpc.UserUsdtWalletsUpdateRequest) (*rpc.UserUpdateUsdtWalletsResponse, error)
Click to show internal directories.
Click to hide internal directories.