shithub: furgit

ref: af08c84539f9353718604988ba27ae3c466860fc
dir: /objectstore/packed/location.go/

View raw version
package packed

// location identifies one object entry in a specific pack file.
type location struct {
	packName string
	offset   uint64
}