ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
dir: /object/store/packed/internal/reading/delta_node.go/
package reading
// 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
}