1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 12:20:04 -04:00
moneygo/internal/handlers
Aaron Lindsay 2ff1f47432 Remove duplicate *Tx versions of database access methods
Simplify naming to remove "Tx" now that all handlers only have access to
transactions anyway, and always use "tx" as the name of the variable
representing the SQL transactions (to make it less likely to cause
confusion with monetary transactions).
2017-10-14 19:41:13 -04:00
..
reports First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
scripts First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
accounts_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
accounts_test.go testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
accounts.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
balance_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
common_test.go testing: Error on teardown failures 2017-10-11 05:48:31 -04:00
date_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
errors.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
gnucash.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
handlers.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
imports.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
Makefile First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
ofx.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
prices_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
prices.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
reports_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
reports.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
securities_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
securities_test.go testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
securities.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
security_templates_test.go Add tests for users and sessions 2017-10-07 06:21:05 -04:00
sessions_test.go testing: Add session deletion test 2017-10-11 05:49:41 -04:00
sessions.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
testdata_test.go testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
transactions.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
users_test.go testing: Add GET, DELETE, PUT helper functions too 2017-10-09 06:00:51 -04:00
users.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
util.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00