golang 的 rabbitmq 消费项目
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.
 
 
 
dengbiao 4413e0f265 git fix пре 3 месеци
app update пре 3 месеци
bin Initial commit пре 2 година
cloud_issuance add 超级云发单 пре 4 месеци
cmd/task update пре 1 година
consume git fix пре 3 месеци
docs Initial commit пре 2 година
es/md update пре 1 година
etc add 超级云发单 пре 4 месеци
k8s update пре 3 месеци
mall update 导购后台自营商城-加入商品库 пре 10 месеци
pkg update пре 1 година
static/html Initial commit пре 2 година
super_cloud_issuance update пре 3 месеци
supply update 供应链加入商品库 пре 10 месеци
test 初始化 пре 2 година
.gitignore Initial commit пре 2 година
Dockerfile update пре 1 година
Dockerfile-task 完整的第一版 пре 1 година
Makefile Initial commit пре 2 година
README.md Initial commit пре 2 година
build.sh Initial commit пре 2 година
cmd_db.bat Initial commit пре 2 година
cmd_db.sh Initial commit пре 2 година
cmd_run.bat Initial commit пре 2 година
cmd_run.sh Initial commit пре 2 година
cmd_task.bat Initial commit пре 2 година
cmd_task.sh Initial commit пре 2 година
cpu_profile update пре 3 месеци
go.mod git fix пре 3 месеци
main.go add 超级云发单 пре 4 месеци
wap.conf Initial commit пре 2 година
zyos-mall-deployment.yaml Initial commit пре 2 година

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