智盟项目
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
huangjiajun 26ad4f79f7 更新 há 3 semanas
app 更新 há 3 semanas
bin first commit há 2 anos
cmd/task test há 2 anos
etc test há 2 anos
k8s add k8s.yaml há 2 anos
static/html first commit há 2 anos
.gitignore first commit há 2 anos
Dockerfile test há 2 anos
Dockerfile-task test há 2 anos
Makefile first commit há 2 anos
README.md first commit há 2 anos
build.sh test há 2 anos
cmd_db.bat test há 2 anos
cmd_db.sh first commit há 2 anos
cmd_run.bat first commit há 2 anos
cmd_run.sh first commit há 2 anos
cmd_task.bat first commit há 2 anos
cmd_task.sh first commit há 2 anos
go.mod 更新 há 3 semanas
main.go 更新 há 1 ano
wap.conf first commit há 2 anos
zyos-mall-deployment.yaml first commit há 2 anos

README.md

applet

要看 nginx.conf 和 wap conf

层级介绍

  • hdl 做接收数据的报错, 数据校验
  • svc 做数据处理的报错, 数据转换
  • lib 只抛出错误给hdl或者svc进行处理, 不做数据校验
  • db 可以处理db错误,其它错误返回给svc进行处理
  • mw 中间件
  • md 结构体

介绍

基于gin的接口小程序

软件架构

软件架构说明

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

swagger

// 参考:https://segmentfault.com/a/1190000013808421
// 安装命令行
go get -u github.com/swaggo/swag/cmd/swag
// 生成
swag init