diff options
| author | 2026-03-30 13:53:54 +0000 | |
|---|---|---|
| committer | 2026-03-30 13:54:27 +0000 | |
| commit | 238b2caf83dde3c4395109c51b8c9affa6e11890 (patch) | |
| tree | e9d946bea08515c2d86954ea617a237710f9f2bf /object/store/packed/internal/doc.go | |
| parent | object/store/memory: Remove AddObject, fix lints (diff) | |
| signature | No signature | |
object/store/packed: Start the internal/reading split
Diffstat (limited to 'object/store/packed/internal/doc.go')
| -rw-r--r-- | object/store/packed/internal/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/object/store/packed/internal/doc.go b/object/store/packed/internal/doc.go new file mode 100644 index 00000000..05a9c2be --- /dev/null +++ b/object/store/packed/internal/doc.go @@ -0,0 +1,6 @@ +// Package internal encapsulates packed store implementation details. +// +// We have separate internal subpackages for ingest vs read and such, +// because these operations are so different that they almost share +// no code. This makes things clearer. +package internal |
