summaryrefslogtreecommitdiff
path: root/rola-bucket/src/protocol.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-cli): implement bucket creation and CLI entry point魏曹先生12 days1-0/+3
| | | | | | Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing.
* refactor: rename `Info` and `TransferInfo` to `ExtraInfo`魏曹先生12 days1-28/+28
|
* refactor: use `io::Error::other` and simplify closures魏曹先生12 days1-0/+2
|
* feat(protocol): add LocalFileSystemProtocol魏曹先生12 days1-0/+3
| | | | | Implement a local filesystem-based bucket transfer protocol with client and bucket side operations.
* feat(rola-bucket): add bucket transfer protocol and error handling魏曹先生12 days1-0/+169