数据采集
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.
 
 
 
 
 
 
huangjiajun 036a73a042 更新蜜源数据采集 il y a 9 mois
app 更新蜜源数据采集 il y a 9 mois
bin 新建 il y a 10 mois
cmd/task 新建 il y a 10 mois
etc 新建 il y a 10 mois
k8s 新建 il y a 10 mois
static/html 新建 il y a 10 mois
.gitignore 新建 il y a 10 mois
Dockerfile 新建 il y a 10 mois
Dockerfile-task 新建 il y a 10 mois
Makefile 新建 il y a 10 mois
README.md 新建 il y a 10 mois
build.sh 新建 il y a 10 mois
cmd_db.bat 新建 il y a 10 mois
cmd_db.sh 新建 il y a 10 mois
cmd_run.bat 新建 il y a 10 mois
cmd_run.sh 新建 il y a 10 mois
cmd_task.bat 新建 il y a 10 mois
cmd_task.sh 新建 il y a 10 mois
go.mod 更新蜜源数据采集 il y a 10 mois
main.go 新建 il y a 10 mois
wap.conf 新建 il y a 10 mois
zyos-mall-deployment.yaml 新建 il y a 10 mois

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