.
├── README.md
├── apps
│ ├── mxclub-admin // 管理后台
│ └── mxclub-mini // 小程序
├── domain // 领域层
│ ├── common
│ ├── message
│ ├── order
│ ├── payment
│ ├── product
│ └── user
├── go.mod
├── go.sum
├── infra // 基础设施层(没写逻辑,逻辑都写在领域层了)
│ ├── order
│ └── user
├── pkg
│ ├── api
│ ├── common // 存放各种db、缓存等中间件的封装
│ ├── constant
│ └── utils
└── script
├── Dockerfile.admin
├── Dockerfile.mini
├── Makefile
└── redis_lua
-
Notifications
You must be signed in to change notification settings - Fork 0
AI-Dialogue-Hub/mxclub-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
mxclub-server
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published