(path *storage.URI)
| 126 | } |
| 127 | |
| 128 | func (o Object) SeekIndexURI(path *storage.URI) *storage.URI { |
| 129 | return SeekIndexURI(path, o.ID) |
| 130 | } |
| 131 | |
| 132 | func SeekIndexURI(path *storage.URI, id ksuid.KSUID) *storage.URI { |
| 133 | return path.JoinPath(fmt.Sprintf("%s-seek.bsup", id)) |
no test coverage detected