minio/pkg/server
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
..
httpserver Expand http server struct to store more values 2015-06-29 00:12:28 -07:00
server.go Move memory code out, add it as layer on top of existing donut code 2015-06-30 10:09:12 -07:00