文件名称:data-integration
文件大小:89KB
文件格式:ZIP
更新时间:2024-04-07 01:47:07
Go
数据整合API 从旧版API提取数据并提供CRUD 指示 安装和 ; 在您的终端中,运行docker-compose up ; 等待所有容器准备就绪; 当您看到类似以下内容时,您将知道该API已准备就绪,可以接收请求: data-integration-container | 2021/03/17 22:15:28 Connected! data-integration-container | [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. data-integration-container | data-integration-container | [GIN-debug] [WARNING] Running in
【文件预览】:
data-integration-master
----api()
--------helpers()
--------middlewares()
--------routes()
--------handlers()
----.gitignore(3KB)
----go.mod(2KB)
----mocks()
--------http.go(280B)
--------auth-repository.go(978B)
--------user-repository.go(657B)
--------negativation-repository.go(2KB)
----Dockerfile(165B)
----api-legacy()
--------Dockerfile(127B)
--------package.json(308B)
--------package-lock.json(113KB)
--------index.js(450B)
--------negativacoes.json(2KB)
----auth.go(370B)
----.dockerignore(26B)
----user.go(476B)
----jwt()
--------jwt.go(4KB)
----LICENSE(1KB)
----auth()
--------auth.go(248B)
----redis()
--------redis.go(217B)
----go.sum(43KB)
----docker-compose.yml(1KB)
----utils()
--------utils.go(228B)
----negativation.go(785B)
----README.md(11KB)
----config()
--------Insomnia_2021-03-17(6KB)
--------env.go(884B)
----repositories()
--------auth-repository.go(2KB)
--------user-repository.go(2KB)
--------negativation-repository.go(4KB)
----mongo()
--------mongo.go(1KB)
----docs()
--------swagger.yaml(7KB)
--------docs.go(15KB)
--------swagger.json(13KB)
----cmd()
--------server()
--------data-integration()
----.editorconfig(325B)
----internal()
--------cryptography()
--------converter()