aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/result.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/receivepack/service/result.go')
-rw-r--r--network/receivepack/service/result.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/network/receivepack/service/result.go b/network/receivepack/service/result.go
index c5ff3812..7a75be11 100644
--- a/network/receivepack/service/result.go
+++ b/network/receivepack/service/result.go
@@ -1,14 +1,9 @@
package service
-import (
- "codeberg.org/lindenii/furgit/format/packfile/ingest"
-)
-
// Result is one receive-pack execution result.
type Result struct {
UnpackError string
Commands []CommandResult
- Ingest *ingest.Result
Planned []PlannedUpdate
Applied bool
}