ref: 0b2dcaabe23d45f6feb2273031854b14b512e3ff
dir: /network/receivepack/service/result.go/
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
}