From bfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 25 Mar 2026 14:30:31 +0000 Subject: *: objectstore -> object/store --- object/store/packed/location.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 object/store/packed/location.go (limited to 'object/store/packed/location.go') 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 +} -- cgit v1.3.1-10-gc9f91