1
0
Fork 0
Go to file
Aaron Lindsay e2ae508382 Refactor storage interface to return io.Reader and Writer instances
Doing so will enable encrypting/decrypting files in a 'pipeline' without
having to write the intermediate results to a file or store them in
their entirety in memory.

This commit also updates the existing storage classes (local and FTP) to
meet the new interface definition.
2013-09-11 19:37:42 -04:00
asink Refactor storage interface to return io.Reader and Writer instances 2013-09-11 19:37:42 -04:00
asinkd Add support for adding multiple events to the database atomically 2013-09-05 21:06:15 -04:00
util Refactor storage interface to return io.Reader and Writer instances 2013-09-11 19:37:42 -04:00
LICENSE Add copyright information 2013-09-04 22:02:17 -04:00
api.go Add copyright information 2013-09-04 22:02:17 -04:00
events.go Add copyright information 2013-09-04 22:02:17 -04:00
exit.go Add copyright information 2013-09-04 22:02:17 -04:00
rpc_client.go Add copyright information 2013-09-04 22:02:17 -04:00
version.go Add copyright information 2013-09-04 22:02:17 -04:00