diff options
| author | 2026-03-25 14:34:50 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:34:50 +0000 | |
| commit | e4a7aa0742f5070299d37e8421c99d67f0af3f90 (patch) | |
| tree | 36d89781476a92e61280c5ff232a2773e4092c0e /object/storer/packed/location.go | |
| parent | *: delta -> packfile/delta (diff) | |
| signature | No signature | |
*: object/store -> object/storer v0.1.107
Diffstat (limited to 'object/storer/packed/location.go')
| -rw-r--r-- | object/storer/packed/location.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/object/storer/packed/location.go b/object/storer/packed/location.go new file mode 100644 index 00000000..82d17c17 --- /dev/null +++ b/object/storer/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 +} |
