Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrencyIsSupported ¶
CurrencyIsSupported searches sorted list of currencies using binary search agorithm
func InitAllSupportedCurrencyList ¶
func InitAllSupportedCurrencyList() error
Types ¶
type CurrencyList ¶
type CurrencyList struct {
Currencies []Currency `json:"currencies"`
}
func GetAllSupportedCurrencyList ¶
func GetAllSupportedCurrencyList() CurrencyList
Click to show internal directories.
Click to hide internal directories.