shithub: furgit

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