ref: 0b2dcaabe23d45f6feb2273031854b14b512e3ff
dir: /ref/store/files/update_kind.go/
package files type updateKind uint8 const ( updateCreate updateKind = iota updateReplace updateDelete updateVerify updateCreateSymbolic updateReplaceSymbolic updateDeleteSymbolic updateVerifySymbolic )