diff options
| author | 2026-03-25 14:30:31 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:30:31 +0000 | |
| commit | bfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17 (patch) | |
| tree | 8ee2479273e2b34d284c30703c2be48efe197556 /object/store/packed/location.go | |
| parent | *: Resort import order (diff) | |
| signature | No signature | |
*: objectstore -> object/store
Diffstat (limited to 'object/store/packed/location.go')
| -rw-r--r-- | object/store/packed/location.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/object/store/packed/location.go b/object/store/packed/location.go new file mode 100644 index 00000000..82d17c17 --- /dev/null +++ b/object/store/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 +} |
