aboutsummaryrefslogtreecommitdiff
path: root/receivepack/service/command_result.go
diff options
context:
space:
mode:
Diffstat (limited to 'receivepack/service/command_result.go')
-rw-r--r--receivepack/service/command_result.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/receivepack/service/command_result.go b/receivepack/service/command_result.go
deleted file mode 100644
index 37549f08..00000000
--- a/receivepack/service/command_result.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package service
-
-import objectid "codeberg.org/lindenii/furgit/object/id"
-
-// CommandResult is one per-command execution result.
-type CommandResult struct {
- Name string
- Error string
- RefName string
- OldID *objectid.ObjectID
- NewID *objectid.ObjectID
- ForcedUpdate bool
-}