shithub: furgit

ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
dir: /network/receivepack/service/update.go/

View raw version
package service

import objectid "codeberg.org/lindenii/furgit/object/id"

// PlannedUpdate is one requested ref update planned for this execution.
type PlannedUpdate struct {
	Name   string
	OldID  objectid.ObjectID
	NewID  objectid.ObjectID
	Delete bool
}