shithub: furgit

ref: cf02f2958c191bea02126faf8daf72a7aae76bd9
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
}