ref: 02645cbbc0704cd5e0fdb3b48be0c02eb5e3ab01
dir: /objectstore/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
}