]> Sergey Matveev's repositories - btrtrc.git/commit
Rearrange file storage code
authorMatt Joiner <anacrolix@gmail.com>
Fri, 23 May 2025 04:53:54 +0000 (14:53 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 23 May 2025 04:53:54 +0000 (14:53 +1000)
commit8c2bedb3c835a3bf25ca521d2b57e7b103e40aac
tree0fd7cd2c3037c042a5053ddcd17754d43ce53b0d
parent6538544c5643319982cb50cfca2c9ebe62b5ddde
Rearrange file storage code

Needed because complex refactors and optional interfaces get tricky to reason about without good organization.
storage/file-client.go [new file with mode: 0644]
storage/file-misc.go
storage/file-torrent-io.go [new file with mode: 0644]
storage/file-torrent.go [new file with mode: 0644]
storage/file.go [deleted file]
storage/iter.go [new file with mode: 0644]