aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/internal/reading/location.go
blob: f315dd1d9fb9180faa63b825c276002eacd3889d (about) (plain) (blame)
1
2
3
4
5
6
7
package reading

// location identifies one object entry in a specific pack file.
type location struct {
	packName string
	offset   uint64
}