Breakaway from driver model, move cache into donut

This commit is contained in:
Harshavardhana
2015-06-30 16:30:02 -07:00
parent 72572d6c71
commit dc0df3dc0e
25 changed files with 346 additions and 2072 deletions

View File

@@ -20,7 +20,7 @@ import router "github.com/gorilla/mux"
type minioAPI struct{}
// Handler - api wrapper handler
// New api
func New(config Config) API {
var api = minioAPI{}