Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type WalletType1 ¶
type WalletType1 struct { Currency string `json:"currency"` Amount float64 `json:"amount"` SpecialField1 string `json:"specialField1"` }
func (WalletType1) IsWallet ¶
func (WalletType1) IsWallet()
type WalletType2 ¶
type WalletType2 struct { Currency string `json:"currency"` Amount float64 `json:"amount"` SpecialField2 string `json:"specialField2"` }
func (WalletType2) IsWallet ¶
func (WalletType2) IsWallet()
Click to show internal directories.
Click to hide internal directories.