diff options
| author | 2026-03-27 09:08:40 +0000 | |
|---|---|---|
| committer | 2026-03-27 09:08:40 +0000 | |
| commit | d7e90798170265b37ea5f980f94ca310cfda3180 (patch) | |
| tree | 89921ca5cb6dd5aaefa3c0ae72352381261cb1e6 /format/packfile/ingest/api.go | |
| parent | CONTRIBUTING: Fix submitting changes deadlines (diff) | |
| signature | No signature | |
object/store: Rename from object/storer
Diffstat (limited to 'format/packfile/ingest/api.go')
| -rw-r--r-- | format/packfile/ingest/api.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/format/packfile/ingest/api.go b/format/packfile/ingest/api.go index ce366a4f..bb57eb48 100644 --- a/format/packfile/ingest/api.go +++ b/format/packfile/ingest/api.go @@ -8,7 +8,7 @@ import ( "os" objectid "codeberg.org/lindenii/furgit/object/id" - objectstorer "codeberg.org/lindenii/furgit/object/storer" + objectstore "codeberg.org/lindenii/furgit/object/store" ) // Options controls one pack ingest operation. @@ -18,7 +18,7 @@ type Options struct { // WriteRev writes a .rev alongside the .pack and .idx. WriteRev bool // Base supplies existing objects for thin-pack fixup. - Base objectstorer.Store + Base objectstore.Store // Progress receives human-readable progress messages. // // When nil, no progress output is emitted. |
