aboutsummaryrefslogtreecommitdiff
path: root/objectstore/packed/location.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-06 11:26:21 +0800
committerGravatar Runxi Yu2026-03-06 11:30:56 +0800
commit75c7147c6afcb64a7c8bfedb08f1613c5011ff71 (patch)
treed348e7f4eeec5a905970a7ff14c5c2dd492d944a /objectstore/packed/location.go
parentformat/commitgraph: Split files (diff)
signatureNo signature
objectstore/packed: Split files
Diffstat (limited to 'objectstore/packed/location.go')
-rw-r--r--objectstore/packed/location.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/objectstore/packed/location.go b/objectstore/packed/location.go
new file mode 100644
index 00000000..82d17c17
--- /dev/null
+++ b/objectstore/packed/location.go
@@ -0,0 +1,7 @@
+package packed
+
+// location identifies one object entry in a specific pack file.
+type location struct {
+ packName string
+ offset uint64
+}