diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-19 23:42:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-19 23:42:19 +0800 |
| commit | 40183e431da97fe0377b2f2e2ea47b3a14376680 (patch) | |
| tree | 0c117e2ec707f3ad33206f1e320af2b439f80dbe /rola-bucket/res/bucket.toml | |
| parent | d36acf196f7475a91550cc64c9c9a545adb65c50 (diff) | |
feat(rola-bucket): add TOML bucket config read/write
Add functions to read and write BucketConfig from and to TOML files,
including space-aware variants. Replace hardcoded resource file with
serializable config struct.
Diffstat (limited to 'rola-bucket/res/bucket.toml')
| -rw-r--r-- | rola-bucket/res/bucket.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rola-bucket/res/bucket.toml b/rola-bucket/res/bucket.toml deleted file mode 100644 index adc7770..0000000 --- a/rola-bucket/res/bucket.toml +++ /dev/null @@ -1,4 +0,0 @@ -[bucket] -# Bucket 类型 - type = "client" # 本地存储,使用本地 ID -# type = "bucket" # 中心存储,使用全局 ID |
