You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SliverHorn
f77d6b9209
|
3 years ago | |
---|---|---|
.. | ||
api/v1 | 3 years ago | |
config | 4 years ago | |
core | 4 years ago | |
docs | 4 years ago | |
global | 4 years ago | |
initialize | 3 years ago | |
middleware | 4 years ago | |
model | 3 years ago | |
packfile | 4 years ago | |
resource | 3 years ago | |
router | 3 years ago | |
service | 3 years ago | |
source | 4 years ago | |
utils | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 4 years ago | |
config.docker.yaml | 3 years ago | |
config.yaml | 3 years ago | |
go.mod | 4 years ago | |
main.go | 3 years ago |
README.md
整理代码结构
web
├── api/v1 -- 主要API
| ├── sys_initdb.go -- ico
| └── sys_user.go --
├── config -- 配置文件 设定操作的结构体
| ├── auto_code.go -- ico captcha.go
| ├── ... -- ico captcha.go
| └── zap.go -- core
├── core -- 主要结构代码
| ├── server_other.go -- ico captcha.go
| ├── ... -- ico captcha.go
| └── zap.go --
├── docs -- 文档系统
| ├── docs.go -- ico captcha.go
| ├── swagger.json -- json
| └── swagger.yaml -- yaml
├── global -- global
├── initialize -- initialize
├── middleware -- 中间键
├── model -- global
│ ├── request -- 所有请求model结构体
| | ├── common.go
| | ├── ...
| | └── sys_user.go -- yaml
| ├── response -- 返回数据
| | ├── common.go
| | ├── ...
| | └── sys_user.go -- yaml
├── packfile -- 文件写入
├── resource -- 资源文件
├── router -- 路由
├── service -- service层
├── source -- 文件目录操作
├── utils
├── config.yaml --
├── Dockerfile -- docker配置
├── go.mod -- mod 配置
├── go.sum -- sum
├── latest_log -- vue-cli 配置
└── main.go -- package.json