feat(core): 新增 HealthDataProvider trait + DTO 定义

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
iven
2026-04-25 13:49:10 +08:00
parent ec0483ffb1
commit eebfaac0d8
2 changed files with 100 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ pub mod audit_service;
pub mod entity;
pub mod error;
pub mod events;
pub mod health_provider;
pub mod module;
pub mod rbac;
pub mod sanitize;