kra-new/internal/biz
yvan 6698e59c3a fix 2026-08-15 01:12:04 +08:00
..
README.md fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
access.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
actor.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
announcement.go fix 2026-08-15 01:12:04 +08:00
api_token.go fix 2026-08-14 16:34:17 +08:00
audit.go fix 2026-08-15 01:12:04 +08:00
biz.go refactor: split backend transport and domain modules 2026-08-14 01:04:21 +08:00
data_scope.go fix 2026-08-14 16:34:17 +08:00
dictionary.go fix 2026-08-15 01:12:04 +08:00
email.go fix 2026-08-14 16:34:17 +08:00
errors.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
export.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
infrastructure.go 迁移 2026-08-13 21:51:20 +08:00
media.go fix 2026-08-14 16:34:17 +08:00
media_metadata.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
media_upload.go fix 2026-08-15 01:12:04 +08:00
menu.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
organization.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
pagination.go feat: initial commit - kratos admin service 2026-08-13 18:22:43 +08:00
parameter.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
security.go fix 2026-08-14 16:34:17 +08:00
settings.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
system.go refactor: separate backend domains and storage adapters 2026-08-14 01:37:56 +08:00
system_init.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
task.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
upload_session.go fix 2026-08-15 01:12:04 +08:00
user.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00
version.go fix: align admin behavior and Kratos integrations 2026-08-14 14:14:51 +08:00

README.md

Biz

本目录只包含领域对象、用例和仓储接口,不依赖 HTTP Handler、数据库驱动或对象存储 SDK。跨多表、必须原子完成的业务动作通过具有业务含义的仓储方法表达。