shithub: furgit

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

View raw version
package service

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

// PlannedUpdate is one ref update that would be applied once ref writing
// exists.
type PlannedUpdate struct {
	Name   string
	OldID  objectid.ObjectID
	NewID  objectid.ObjectID
	Delete bool
}