Add tiered configuration.

This commit is contained in:
Ben Johnson
2013-10-21 16:00:20 -06:00
parent 90c5614cd4
commit bc0e07bca2
45 changed files with 4004 additions and 394 deletions

View File

@@ -1,5 +1,6 @@
package server
/*
import (
"crypto/tls"
"fmt"
@@ -59,3 +60,4 @@ func TestTransporterTimeout(t *testing.T) {
}
}
*/