Documentation
¶
Index ¶
- func Accounts(fileName string, accounts *client.AccountStore) error
- func Ledger(logger *zap.Logger, ldg *ledger.Ledger, accountStore *client.AccountStore, ...) error
- func LedgerFile(ldg *ledger.Ledger, fileName string) error
- func Rules(fileName string, store *rules.Store) error
- func Sync(logger *zap.Logger, ledgerFileName string, ldg *ledger.Ledger, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Accounts ¶ added in v0.3.0
func Accounts(fileName string, accounts *client.AccountStore) error
Accounts writes this account store to the given file name, passwords are included
func Ledger ¶ added in v0.2.0
func Ledger(logger *zap.Logger, ldg *ledger.Ledger, accountStore *client.AccountStore, rulesStore *rules.Store) error
Ledger fetches transactions for each account and categorizes them based on rules
func LedgerFile ¶ added in v0.3.0
LedgerFile writes the given ledger to disk in "ledger" format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.