ref: 0b2dcaabe23d45f6feb2273031854b14b512e3ff
dir: /object/store/packed/delta_node.go/
package packed
// deltaNode describes one delta object in a reconstruction chain.
type deltaNode struct {
// loc identifies the delta object's pack location.
loc location
// dataOffset points to the start of the delta zlib payload in pack.
dataOffset int
}