(path *storage.URI, id ksuid.KSUID)
| 138 | } |
| 139 | |
| 140 | func VectorURI(path *storage.URI, id ksuid.KSUID) *storage.URI { |
| 141 | return path.JoinPath(fmt.Sprintf("%s.csup", id)) |
| 142 | } |
| 143 | |
| 144 | // Remove deletes the row object and its seek index. |
| 145 | // Any 'not found' errors are ignored. |