shithub: furgit

ref: e7ce17381f525328073577d60583447fc9412c18
dir: /refstore/files/update_kind.go/

View raw version
package files

type updateKind uint8

const (
	updateCreate updateKind = iota
	updateReplace
	updateDelete
	updateVerify
	updateCreateSymbolic
	updateReplaceSymbolic
	updateDeleteSymbolic
	updateVerifySymbolic
)