Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AccountType = []string{
"Checking",
"Savings",
"Money Market",
"Investment",
"Home Loan",
"Credit Card",
"Auto Loan",
"Personal Loan",
}
View Source
var Currency = []currency{}/* 169 elements not displayed */
View Source
var TransactionType = []string{
"deposit",
"withdrawal",
"payment",
"invoice",
}
Functions ¶
This section is empty.
Types ¶
type Definitions ¶
func Export ¶
func Export() Definitions
func (Definitions) RandomCurrency ¶
func (def Definitions) RandomCurrency() map[string]string
Click to show internal directories.
Click to hide internal directories.