golang 的 rabbitmq 消费项目
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
dengbiao 5a357a16f2 update 6 miesięcy temu
app update 6 miesięcy temu
bin Initial commit 2 lat temu
cloud_issuance update 10 miesięcy temu
cmd/task update 1 rok temu
consume update 6 miesięcy temu
docs Initial commit 2 lat temu
es/md update 1 rok temu
etc update 8 miesięcy temu
k8s update 8 miesięcy temu
mall update 导购后台自营商城-加入商品库 10 miesięcy temu
pkg update 1 rok temu
static/html Initial commit 2 lat temu
supply update 供应链加入商品库 10 miesięcy temu
test 初始化 2 lat temu
.gitignore Initial commit 2 lat temu
Dockerfile update 1 rok temu
Dockerfile-task 完整的第一版 1 rok temu
Makefile Initial commit 2 lat temu
README.md Initial commit 2 lat temu
build.sh Initial commit 2 lat temu
cmd_db.bat Initial commit 2 lat temu
cmd_db.sh Initial commit 2 lat temu
cmd_run.bat Initial commit 2 lat temu
cmd_run.sh Initial commit 2 lat temu
cmd_task.bat Initial commit 2 lat temu
cmd_task.sh Initial commit 2 lat temu
go.mod update 6 miesięcy temu
main.go update 1 rok temu
wap.conf Initial commit 2 lat temu
zyos-mall-deployment.yaml Initial commit 2 lat temu

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