shithub: furgit

ref: 65a6439638a18e4317e144a0117db7604a2f2940
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
}