Documentation ¶
Index ¶
- type OuterController
- func (c *OuterController) AbortWithError(status int, err error)
- func (c *OuterController) GetCurrencyTransactions()
- func (c *OuterController) GetSupportedCurrencies()
- func (c *OuterController) GetTransactionInfo()
- func (c *OuterController) GetUserWalletList()
- func (c *OuterController) GetWalletBalance()
- func (c *OuterController) GetWallets()
- func (c *OuterController) RefreshBalanceCache()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OuterController ¶
type OuterController struct {
beego.Controller
}
func (*OuterController) AbortWithError ¶
func (c *OuterController) AbortWithError(status int, err error)
func (*OuterController) GetCurrencyTransactions ¶
func (c *OuterController) GetCurrencyTransactions()
@Title Get wallet balance @router /transactions/currency [post]
func (*OuterController) GetSupportedCurrencies ¶
func (c *OuterController) GetSupportedCurrencies()
@Title Get wallet balance @router /user/wallets [post]
func (*OuterController) GetTransactionInfo ¶
func (c *OuterController) GetTransactionInfo()
@Title Get detail transaction info by given TXIDs @router /transactions/info [post]
func (*OuterController) GetUserWalletList ¶
func (c *OuterController) GetUserWalletList()
@Title Get wallet balance @router /user/wallets [post]
func (*OuterController) GetWalletBalance ¶
func (c *OuterController) GetWalletBalance()
@Title Get wallet balance @router /wallets/balance [get]
func (*OuterController) GetWallets ¶
func (c *OuterController) GetWallets()
@Title Get wallets by given currency @router /wallets [get]
func (*OuterController) RefreshBalanceCache ¶
func (c *OuterController) RefreshBalanceCache()
Click to show internal directories.
Click to hide internal directories.