shithub: furgit

ref: 79c40dcb08f0d512bd6d75d5e2acd3ddceec4530
dir: /receivepack/service/update.go/

View raw version
package service

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

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