Implement XL layer - preliminary work.

This commit is contained in:
Harshavardhana
2016-03-27 21:52:38 -07:00
parent bf8a9702a4
commit a98a7fb1ad
24 changed files with 2990 additions and 21 deletions
+1
View File
@@ -34,6 +34,7 @@ type VolInfo struct {
type FileInfo struct {
Volume string
Name string
MD5Sum string
ModTime time.Time
Size int64
Mode os.FileMode