golang 的 rabbitmq 消费项目
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
jiaoboxiang 7fccfc9024 初始化 il y a 2 ans
app 初始化 il y a 2 ans
bin Initial commit il y a 2 ans
cmd/task Initial commit il y a 2 ans
docs Initial commit il y a 2 ans
etc 初始化 il y a 2 ans
k8s Initial commit il y a 2 ans
processor 初始化 il y a 2 ans
static/html Initial commit il y a 2 ans
test 初始化 il y a 2 ans
.gitignore Initial commit il y a 2 ans
Dockerfile Initial commit il y a 2 ans
Dockerfile-task Initial commit il y a 2 ans
Makefile Initial commit il y a 2 ans
README.md Initial commit il y a 2 ans
build.sh Initial commit il y a 2 ans
cmd_db.bat Initial commit il y a 2 ans
cmd_db.sh Initial commit il y a 2 ans
cmd_run.bat Initial commit il y a 2 ans
cmd_run.sh Initial commit il y a 2 ans
cmd_task.bat Initial commit il y a 2 ans
cmd_task.sh Initial commit il y a 2 ans
go.mod 初始化 il y a 2 ans
main.go 初始化 il y a 2 ans
wap.conf Initial commit il y a 2 ans
zyos-mall-deployment.yaml Initial commit il y a 2 ans

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