shithub: furgit

ref: 1a8842b33d6d83d1754267e087fd7b4f73ca9e91
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
}