golang 的 rabbitmq 消费项目
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 0428a54144 更新 há 10 meses
app 更新 há 10 meses
bin Initial commit há 2 anos
cmd/task update há 1 ano
consume 更新 há 10 meses
docs Initial commit há 2 anos
es/md update há 1 ano
etc update há 1 ano
k8s 完整的第一版 há 1 ano
pkg update há 1 ano
static/html Initial commit há 2 anos
test 初始化 há 2 anos
.gitignore Initial commit há 2 anos
Dockerfile update há 1 ano
Dockerfile-task 完整的第一版 há 1 ano
Makefile Initial commit há 2 anos
README.md Initial commit há 2 anos
build.sh Initial commit há 2 anos
cmd_db.bat Initial commit há 2 anos
cmd_db.sh Initial commit há 2 anos
cmd_run.bat Initial commit há 2 anos
cmd_run.sh Initial commit há 2 anos
cmd_task.bat Initial commit há 2 anos
cmd_task.sh Initial commit há 2 anos
go.mod 更新 há 10 meses
main.go update há 1 ano
wap.conf Initial commit há 2 anos
zyos-mall-deployment.yaml Initial 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