Harshavardhana
0474439b43
Code restructuring, assigning proper subsystems to each
...
- Drivers contain
* donut/*
* file/*
* memory/*
- Storage format contains
* donut/*
- GetObject() --> renamed to GetObjectReader()
- Deleted stale objectwriter.go, renamed donutwriter.go to object_writer.go
Simplifying, and documenting codebase further
10 years ago
Frederick F. Kautz IV
3c4012f1e7
Adding donut backend and setting as default
10 years ago
Frederick F. Kautz IV
befac7d047
Exorcising donutbox
10 years ago
Harshavardhana
2b0b5f014a
Update license header Mini should be Minimalist really
10 years ago
Frederick F. Kautz IV
bf86e78714
Renaming files to match
10 years ago
Frederick F. Kautz IV
1c9e550ee6
Renaming encoded driver to donutstorage
10 years ago
Harshavardhana
6d71935ea5
Encoded storage type now feature complete
10 years ago
Harshavardhana
3f95c55067
Skip uinimplemented tests and some cleanup
10 years ago
Frederick F. Kautz IV
3e453a394a
Working in memory donut driver
10 years ago
Frederick F. Kautz IV
54472c18fe
Renaming singledisk to encoded
10 years ago
Harshavardhana
d992bccd9a
Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups
10 years ago
Harshavardhana
e5af8a3f5d
Further fixes -
...
- All test files have been renamed to their respective <package>_test name,
this is done in accordance with
- https://github.com/golang/go/wiki/CodeReviewComments#import-dot
imports are largely used in testing, but to avoid namespace collision
and circular dependencies
- Never use _* in package names other than "_test" change fragment_v1 to expose
fragment just like 'gopkg.in/check.v1'
10 years ago
Harshavardhana
680848bdcb
Add license header
10 years ago
Frederick F. Kautz IV
74ef65daac
Removing log from fs_test.go
10 years ago
Frederick F. Kautz IV
163a6c35db
Adding fs storage
10 years ago