docs(supply-api): 添加README并更新TODO注释
- 添加 supply-api/README.md (R-06 文档完善) - 更新 main.go TODO注释标记 DatabaseAuditService 已创建 R-05, R-06 低优先级任务完成。
This commit is contained in:
@@ -64,7 +64,9 @@ func main() {
|
||||
}
|
||||
|
||||
// 初始化审计存储
|
||||
auditStore := audit.NewMemoryAuditStore() // TODO: 替换为DB-backed实现
|
||||
// R-08: DatabaseAuditService 已创建 (audit/service/audit_service_db.go)
|
||||
// 需接口适配后可替换为: auditStore := audit.NewDatabaseAuditService(auditRepo)
|
||||
auditStore := audit.NewMemoryAuditStore()
|
||||
|
||||
// 初始化存储层
|
||||
var accountStore domain.AccountStore
|
||||
|
||||
Reference in New Issue
Block a user