1
0
Fork 0
go-asink/asink
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
..
client.go Refactor storage interface to return io.Reader and Writer instances 2013-09-11 19:37:42 -04:00
database.go Add copyright information 2013-09-04 22:02:17 -04:00
hash.go Add copyright information 2013-09-04 22:02:17 -04:00
main.go Add statistics to client and command to view them 2013-09-04 23:09:28 -04:00
net.go client: add batching of sending events to the server 2013-09-05 23:20:29 -04:00
path_map.go Add copyright information 2013-09-04 22:02:17 -04:00
rpc_server.go Add statistics to client and command to view them 2013-09-04 23:09:28 -04:00
status.go Keep statistics on the number of events being sent to the server 2013-09-04 23:51:28 -04:00
storage.go Refactor storage interface to return io.Reader and Writer instances 2013-09-11 19:37:42 -04:00
storage_ftp.go Refactor storage interface to return io.Reader and Writer instances 2013-09-11 19:37:42 -04:00
storage_local.go Refactor storage interface to return io.Reader and Writer instances 2013-09-11 19:37:42 -04:00
watcher.go Don't ever use UNIX file modification time for event modification time 2013-09-08 22:51:36 -04:00