diff options
| author | 2026-03-28 15:52:51 +0000 | |
|---|---|---|
| committer | 2026-03-28 15:52:51 +0000 | |
| commit | d4c4ccd763a65518dfcc7b486808b0b6460b79be (patch) | |
| tree | 769ab7c412f114705637cdae16fdd1b288894405 /object/store/doc.go | |
| parent | object/store/mixed: Update docs (diff) | |
| signature | No signature | |
object/store: Document writing interface lack
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 |
