feat(project): init

This commit is contained in:
2026-02-02 14:27:56 +08:00
commit ed3219deb4
46 changed files with 7235 additions and 0 deletions

18
docs/TEST_REPORT.md Normal file
View File

@@ -0,0 +1,18 @@
# 测试报告CMS Service
## 测试范围
- iam-client 适配层:
- 权限校验结果缓存命中
- IAM 不可用时的 stale-cache 降级
## 测试用例
- `tests/iam_client_cache.rs`
- `iam_client_caches_decisions`
- `iam_client_uses_stale_cache_on_error`
## 执行结果
- `cargo test`:全部通过