minio/pkg/storage
Harshavardhana 8f61d6b6be Move memory code out, add it as layer on top of existing donut code
Just like how http.Handlers can be overlayed on top of each other
with each implementing ServeHTTP().

drivers.Driver can be overlayed on top of each other in similar manner
which would implement the drivers.Driver interface.

   API <----> cache <----> donut <----> donut(format)
2015-06-30 10:09:12 -07:00
..
donut Return back proper errors in writeObjectData(), rename few functions 2015-06-29 11:46:35 -07:00
drivers Move memory code out, add it as layer on top of existing donut code 2015-06-30 10:09:12 -07:00
trove Add Append() method to trove cache for appending data to an existing key 2015-06-27 20:25:24 -07:00