(path *storage.URI)
| 118 | } |
| 119 | |
| 120 | func (o Object) SequenceURI(path *storage.URI) *storage.URI { |
| 121 | return SequenceURI(path, o.ID) |
| 122 | } |
| 123 | |
| 124 | func SequenceURI(path *storage.URI, id ksuid.KSUID) *storage.URI { |
| 125 | return path.JoinPath(fmt.Sprintf("%s.bsup", id)) |
no test coverage detected