mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-14 09:10:05 -05:00
Aaron Lindsay
f185d78d29
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. |
||
---|---|---|
.. | ||
bankdownload.go | ||
banktransactions.go | ||
ccdownload.go | ||
cctransactions.go | ||
command.go | ||
detect_settings.go | ||
get_accounts.go | ||
invdownload.go | ||
invtransactions.go | ||
main.go | ||
util.go |