Skip to content

Commit

Permalink
Issue #220: chunk-manager "final" version: merge old chunk to stack, …
Browse files Browse the repository at this point in the history
…redirect get/put request to stack ndn function
  • Loading branch information
weiqiushi committed Apr 19, 2023
1 parent bc83a41 commit 7a3083f
Show file tree
Hide file tree
Showing 13 changed files with 339 additions and 1,508 deletions.
284 changes: 239 additions & 45 deletions src/Cargo.lock

Large diffs are not rendered by default.

17 changes: 3 additions & 14 deletions src/service/chunk-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,13 @@ description = "Rust chunk-manager package"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-h1 = { package = "cyfs-async-h1", version = '2.3.3' }
async-std = { version = "1.11", features = ["attributes"] }
chrono = "0.4"
cyfs-base = { path = "../../component/cyfs-base" }
cyfs-base = { path = "../../component/cyfs-base"}
cyfs-core = {path="../../component/cyfs-core"}
cyfs-chunk = { path = "../../component/cyfs-chunk" }
cyfs-base-meta = { path = "../../component/cyfs-base-meta" }
cyfs-meta-lib = { path = "../../component/cyfs-meta-lib" }
hex = "0.4"
http-types = "2.12"
lazy_static = "1.4"
log = "0.4"
rand = "0.8"
rusqlite = { version = "0.27.0", features = ["chrono"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tide = "0.16"
timer = "0.2"
url = "2.2"
lru_time_cache = "0.11"
cyfs-util = { path = "../../component/cyfs-util" }
cyfs-debug = { path = "../../component/cyfs-debug" }
cyfs-lib = {path="../../component/cyfs-lib"}
29 changes: 0 additions & 29 deletions src/service/chunk-manager/src/chunk_context.rs

This file was deleted.

108 changes: 0 additions & 108 deletions src/service/chunk-manager/src/chunk_daemon.rs

This file was deleted.

162 changes: 0 additions & 162 deletions src/service/chunk-manager/src/chunk_delegate.rs

This file was deleted.

Loading

0 comments on commit 7a3083f

Please sign in to comment.