aboutsummaryrefslogtreecommitdiff
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
}