shithub: furgit

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