Restructure server code, controller now runs in silo

This commit is contained in:
Harshavardhana
2015-08-27 17:05:24 -07:00
parent 526c8b4d76
commit 025f95b1d6
18 changed files with 156 additions and 197 deletions

View File

@@ -24,9 +24,9 @@ import (
"os"
"strings"
"github.com/minio/minio/pkg/minhttp"
"github.com/minio/minio/pkg/probe"
"github.com/minio/minio/pkg/server/api"
"github.com/minio/minio/pkg/server/minhttp"
)
// getAPI server instance