Documentation ¶
Index ¶
Constants ¶
View Source
const ( ViewHoldings = iota ViewIncomes ViewExpenses )
Variables ¶
View Source
var RawSchema []byte
Functions ¶
This section is empty.
Types ¶
type Currency ¶
type Currency struct { Currency string Holdings []string Incomes []string Expenses []string Months []Month }
func (Currency) MarkdownTable ¶
type Month ¶
type Month struct { Year int Month int Transactions []Transaction }
Click to show internal directories.
Click to hide internal directories.