shithub: furgit

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