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.
文武 1347633f7e 添加固件类型字段 5 months ago
.kube init 5 months ago
api init 5 months ago
config init 5 months ago
core init 5 months ago
docs init 5 months ago
global init 5 months ago
initialize init 5 months ago
middleware init 5 months ago
model 添加固件类型字段 5 months ago
packfile init 5 months ago
resource init 5 months ago
router init 5 months ago
service 添加固件类型字段 5 months ago
utils init 5 months ago
.drone.yml 添加固件类型字段 5 months ago
.gitignore init 5 months ago
Dockerfile init 5 months ago
README.md init 5 months ago
config.yaml init 5 months ago
deployDev.yaml init 5 months ago
go.mod init 5 months ago
go.sum init 5 months ago
main.go init 5 months ago
ueditor-config.json init 5 months ago

README.md

整理代码结构

web
├── api/sys -- 主要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