diff options
| author | 2026-03-25 14:21:09 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:21:09 +0000 | |
| commit | 7d9c128ce04875f970c78673500c0a492000398f (patch) | |
| tree | 4e65166a451f9970c5264fad72e9a8f9634eefb5 /objectstore/chain | |
| parent | research: Dynamic packfile log (diff) | |
| signature | No signature | |
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'objectstore/chain')
| -rw-r--r-- | objectstore/chain/bytes.go | 2 | ||||
| -rw-r--r-- | objectstore/chain/header.go | 2 | ||||
| -rw-r--r-- | objectstore/chain/reader.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/objectstore/chain/bytes.go b/objectstore/chain/bytes.go index 64771608..f5e5ac6d 100644 --- a/objectstore/chain/bytes.go +++ b/objectstore/chain/bytes.go @@ -6,7 +6,7 @@ import ( "codeberg.org/lindenii/furgit/objectid" "codeberg.org/lindenii/furgit/objectstore" - "codeberg.org/lindenii/furgit/objecttype" + objecttype "codeberg.org/lindenii/furgit/object/type" ) // ReadBytesFull reads a full serialized object from the first backend that has it. diff --git a/objectstore/chain/header.go b/objectstore/chain/header.go index 59f6bba6..6937d6f3 100644 --- a/objectstore/chain/header.go +++ b/objectstore/chain/header.go @@ -6,7 +6,7 @@ import ( "codeberg.org/lindenii/furgit/objectid" "codeberg.org/lindenii/furgit/objectstore" - "codeberg.org/lindenii/furgit/objecttype" + objecttype "codeberg.org/lindenii/furgit/object/type" ) // ReadHeader reads object header data from the first backend that has it. diff --git a/objectstore/chain/reader.go b/objectstore/chain/reader.go index 41060a5b..2a19c6fb 100644 --- a/objectstore/chain/reader.go +++ b/objectstore/chain/reader.go @@ -7,7 +7,7 @@ import ( "codeberg.org/lindenii/furgit/objectid" "codeberg.org/lindenii/furgit/objectstore" - "codeberg.org/lindenii/furgit/objecttype" + objecttype "codeberg.org/lindenii/furgit/object/type" ) // ReadReaderFull reads a full serialized object stream from the first backend that has it. |
