Documentation
¶
Overview ¶
Enum of currency that support in apps
Index ¶
Constants ¶
View Source
const ( USD = "USD" EUR = "EUR" CAD = "CAD" IDR = "IDR" )
add your new enum here
Variables ¶
This section is empty.
Functions ¶
func CheckCurrencySupport ¶ added in v0.7.1
CheckCurrencySupport consume string returning true when currency is supported
func LoadConfig ¶ added in v0.6.0
LoadConfig load configfile and returning config struct
func RandomString ¶
RandomString generates a random string of length n
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.