diff options
Diffstat (limited to 'object/store/doc.go')
| -rw-r--r-- | object/store/doc.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/object/store/doc.go b/object/store/doc.go index 24124c10..943dbea4 100644 --- a/object/store/doc.go +++ b/object/store/doc.go @@ -3,12 +3,4 @@ // Concrete implementations generally inherit the contract documented by the // interfaces they satisfy. Implementation docs focus on additional guarantees // and implementation-specific behavior. -// -// There is currently no writing-store interface because different -// object store backends have very different models for writing. -// For example, a loose object store can trivially write single loose -// objects, but writing individual objects to a packfile store would -// be extremely wasteful. -// -// At some time, we will have writing-store interfaces. package objectstore |
