moneygo/internal/models
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
..
accounts.go Move accounts to store 2017-12-07 20:47:55 -05:00
amounts.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
amounts_test.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
prices.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
reports.go Finish 'store' separation 2017-12-09 05:56:45 -05:00
securities.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
sessions.go Split Sessions into models 2017-12-05 05:59:44 -05:00
transactions.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
users.go Begin splitting models from handlers with User 2017-12-05 05:59:44 -05:00