aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 20:20:21 +0000
committerGravatar Runxi Yu2026-03-28 20:20:21 +0000
commit5f0ec5fe1b40b3ecdc88176d733ec311d37d4c52 (patch)
tree3afecb5cda614d3c0a1065672786a2692db97afe /network/receivepack/service
parentTODO: Update (diff)
signatureNo signature
network/receivepack: Hook intolevel
Diffstat (limited to 'network/receivepack/service')
-rw-r--r--network/receivepack/service/hook.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/receivepack/service/hook.go b/network/receivepack/service/hook.go
index 7f7b88b5..1a116b62 100644
--- a/network/receivepack/service/hook.go
+++ b/network/receivepack/service/hook.go
@@ -2,7 +2,6 @@ package service
import (
"context"
- "io"
"codeberg.org/lindenii/furgit/common/iowrap"
commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read"
@@ -13,7 +12,7 @@ import (
type HookIO struct {
Progress iowrap.WriteFlusher
- Error io.Writer
+ Error iowrap.WriteFlusher
}
type RefUpdate struct {