Documentation
¶
Index ¶
- type Config
- type H2HParams
- type TransferParams
- type ZakkiStore
- func (z *ZakkiStore) Cancel(idTransaksi string, allPending bool) (map[string]interface{}, error)
- func (z *ZakkiStore) Cekgacha() (map[string]interface{}, error)
- func (z *ZakkiStore) Cekh2h(idTrx string) (map[string]interface{}, error)
- func (z *ZakkiStore) Cekmining() (map[string]interface{}, error)
- func (z *ZakkiStore) Cektopup(idtopup string) (map[string]interface{}, error)
- func (z *ZakkiStore) Checkbank() (map[string]interface{}, error)
- func (z *ZakkiStore) Checkmutasi(mutasiType string) (map[string]interface{}, error)
- func (z *ZakkiStore) Checkname(number string) (map[string]interface{}, error)
- func (z *ZakkiStore) Delwhitelistip(ip string) (map[string]interface{}, error)
- func (z *ZakkiStore) EnableAutoWithdraw(status bool)
- func (z *ZakkiStore) H2H(params H2HParams) (map[string]interface{}, error)
- func (z *ZakkiStore) H2HSimple(kode, tujuan, refID string) (map[string]interface{}, error)
- func (z *ZakkiStore) Leaderboard(limit int, period string) (map[string]interface{}, error)
- func (z *ZakkiStore) Listkode(jenis, productType string) (map[string]interface{}, error)
- func (z *ZakkiStore) Myh2h() (map[string]interface{}, error)
- func (z *ZakkiStore) Mymining() (map[string]interface{}, error)
- func (z *ZakkiStore) NoktelBuy(category string) (map[string]interface{}, error)
- func (z *ZakkiStore) NoktelCancel(invoiceID string) (map[string]interface{}, error)
- func (z *ZakkiStore) NoktelGetOtp(accountID string) (map[string]interface{}, error)
- func (z *ZakkiStore) NoktelHistory() (map[string]interface{}, error)
- func (z *ZakkiStore) NoktelStok() (map[string]interface{}, error)
- func (z *ZakkiStore) Status() (map[string]interface{}, error)
- func (z *ZakkiStore) Tabung(jumlah int) (map[string]interface{}, error)
- func (z *ZakkiStore) Tarik(jumlah int) (map[string]interface{}, error)
- func (z *ZakkiStore) Topup(nominal int) (map[string]interface{}, error)
- func (z *ZakkiStore) Transfer(params TransferParams) (map[string]interface{}, error)
- func (z *ZakkiStore) TransferSimple(to string, amount int) (map[string]interface{}, error)
- func (z *ZakkiStore) Whitelistip(ip string) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferParams ¶
type ZakkiStore ¶
type ZakkiStore struct {
// contains filtered or unexported fields
}
func New ¶
func New(token string) (*ZakkiStore, error)
*
- Inisialisasi Klien ZakkiStore baru menggunakan default base URL Gateway Resmi.
func NewWithConfig ¶
func NewWithConfig(cfg Config) (*ZakkiStore, error)
*
- Inisialisasi Klien ZakkiStore baru dengan konfigurasi kustom lengkap.
func (*ZakkiStore) Cancel ¶
func (z *ZakkiStore) Cancel(idTransaksi string, allPending bool) (map[string]interface{}, error)
func (*ZakkiStore) Cekgacha ¶
func (z *ZakkiStore) Cekgacha() (map[string]interface{}, error)
func (*ZakkiStore) Cekh2h ¶
func (z *ZakkiStore) Cekh2h(idTrx string) (map[string]interface{}, error)
func (*ZakkiStore) Cekmining ¶
func (z *ZakkiStore) Cekmining() (map[string]interface{}, error)
func (*ZakkiStore) Cektopup ¶
func (z *ZakkiStore) Cektopup(idtopup string) (map[string]interface{}, error)
func (*ZakkiStore) Checkbank ¶
func (z *ZakkiStore) Checkbank() (map[string]interface{}, error)
func (*ZakkiStore) Checkmutasi ¶
func (z *ZakkiStore) Checkmutasi(mutasiType string) (map[string]interface{}, error)
func (*ZakkiStore) Checkname ¶
func (z *ZakkiStore) Checkname(number string) (map[string]interface{}, error)
func (*ZakkiStore) Delwhitelistip ¶
func (z *ZakkiStore) Delwhitelistip(ip string) (map[string]interface{}, error)
func (*ZakkiStore) EnableAutoWithdraw ¶
func (z *ZakkiStore) EnableAutoWithdraw(status bool)
func (*ZakkiStore) H2HSimple ¶
func (z *ZakkiStore) H2HSimple(kode, tujuan, refID string) (map[string]interface{}, error)
func (*ZakkiStore) Leaderboard ¶
func (z *ZakkiStore) Leaderboard(limit int, period string) (map[string]interface{}, error)
func (*ZakkiStore) Listkode ¶
func (z *ZakkiStore) Listkode(jenis, productType string) (map[string]interface{}, error)
func (*ZakkiStore) Myh2h ¶
func (z *ZakkiStore) Myh2h() (map[string]interface{}, error)
func (*ZakkiStore) Mymining ¶
func (z *ZakkiStore) Mymining() (map[string]interface{}, error)
func (*ZakkiStore) NoktelBuy ¶
func (z *ZakkiStore) NoktelBuy(category string) (map[string]interface{}, error)
func (*ZakkiStore) NoktelCancel ¶
func (z *ZakkiStore) NoktelCancel(invoiceID string) (map[string]interface{}, error)
func (*ZakkiStore) NoktelGetOtp ¶
func (z *ZakkiStore) NoktelGetOtp(accountID string) (map[string]interface{}, error)
func (*ZakkiStore) NoktelHistory ¶
func (z *ZakkiStore) NoktelHistory() (map[string]interface{}, error)
func (*ZakkiStore) NoktelStok ¶
func (z *ZakkiStore) NoktelStok() (map[string]interface{}, error)
func (*ZakkiStore) Status ¶
func (z *ZakkiStore) Status() (map[string]interface{}, error)
func (*ZakkiStore) Transfer ¶
func (z *ZakkiStore) Transfer(params TransferParams) (map[string]interface{}, error)
func (*ZakkiStore) TransferSimple ¶
func (z *ZakkiStore) TransferSimple(to string, amount int) (map[string]interface{}, error)
func (*ZakkiStore) Whitelistip ¶
func (z *ZakkiStore) Whitelistip(ip string) (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.