moneygo/internal/integration
Aaron Lindsay a357d38eee Store currency/security values/prices using big.Rat natively
This adds 'shadow' types used only by the store/db internal package whch
handle converting these types to their DB-equivalent values. This change
should allow reports to be generated significantly faster since it
allows a large portion of the computation to be shifted to the database
engines.
2017-12-12 19:50:38 -05:00
..
testdata Split integration tests into their own package 2017-12-09 20:01:17 -05:00
accounts_lua_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
accounts_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
balance_lua_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
common_test.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
date_lua_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
gnucash_test.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
ofx_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
prices_lua_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
prices_test.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
reports_lua_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
reports_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
securities_lua_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
securities_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
security_templates_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
sessions_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00
testdata_test.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
transactions_test.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
users_test.go Split integration tests into their own package 2017-12-09 20:01:17 -05:00