1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-09-21 02:20:04 -04:00
ofxgo/cmd/ofx
Aaron Lindsay f185d78d29 Generalize response parsing code
This removes the many decodeXXXMessageSet() functions and replaces them
with a large map and a single generic decodeMessageSet() function. Also
change Responses to satisfy the Message interface as pointer types
(instead of the raw types), add the full set of top-level message sets
(though most of them still lack any message-parsing ability), adjust the
message set names to more closely mirror their OFX names, and fixup
tests and the command-line client to match the above changes.
2017-03-31 11:54:43 -04:00
..
bankdownload.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
banktransactions.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
ccdownload.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
cctransactions.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
command.go Add command-line client 2017-03-22 20:29:08 -04:00
detect_settings.go Add automated setting detection command 2017-03-23 08:43:34 -04:00
get_accounts.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
invdownload.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
invtransactions.go Generalize response parsing code 2017-03-31 11:54:43 -04:00
main.go cmd/ofx: go vet 2017-03-28 19:47:17 -04:00
util.go Add command-line client 2017-03-22 20:29:08 -04:00