From 75c7147c6afcb64a7c8bfedb08f1613c5011ff71 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 6 Mar 2026 11:26:21 +0800 Subject: objectstore/packed: Split files --- objectstore/packed/location.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 objectstore/packed/location.go (limited to 'objectstore/packed/location.go') 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 +} -- cgit v1.3.1-10-gc9f91