admin: Add missing madmin examples and API docs. (#3483)

This commit is contained in:
Harshavardhana
2016-12-20 18:49:48 -08:00
committed by GitHub
parent e7b4e4e105
commit f57f773189
11 changed files with 440 additions and 51 deletions

View File

@@ -26,7 +26,7 @@ const (
Unknown BackendType = iota
// Filesystem backend.
FS
// Multi disk single node XL backend.
// Multi disk XL (single, distributed) backend.
XL
// Add your own backend.
)