Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatusRouter ¶
func StatusRouter(router *gin.RouterGroup)
func WalletCreateRouter ¶
func WalletCreateRouter(router *gin.RouterGroup)
func WalletDownloadRouter ¶
func WalletDownloadRouter(router *gin.RouterGroup)
func WalletOpenRouter ¶
func WalletOpenRouter(router *gin.RouterGroup)
Types ¶
type CreateWalletData ¶
type DownloadWalletData ¶
type OpenWalletData ¶
type OpenWalletData struct {
Password string `form:"password" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.