(path *storage.URI, id ksuid.KSUID)
| 122 | } |
| 123 | |
| 124 | func SequenceURI(path *storage.URI, id ksuid.KSUID) *storage.URI { |
| 125 | return path.JoinPath(fmt.Sprintf("%s.bsup", id)) |
| 126 | } |
| 127 | |
| 128 | func (o Object) SeekIndexURI(path *storage.URI) *storage.URI { |
| 129 | return SeekIndexURI(path, o.ID) |
no test coverage detected