杜松子酒模板

时间:2024-03-22 20:49:02
【文件属性】:

文件名称:杜松子酒模板

文件大小:6.95MB

文件格式:ZIP

更新时间:2024-03-22 20:49:02

Go

杜松子酒样板 Golang,Gin和DynamoDB的入门项目 具有DynamoDB资源的Golang Gin样板。 支持多种配置环境。 该项目使用。 设置DynamoDB依赖项:docker docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080 样板结构 . ├── Makefile ├── Procfile ├── README.md ├── config │   ├── config.go │   ├── development.yaml │   ├── production.yaml │   └── test.yaml ├── controllers │   └── user.go ├── db │   └── db.go ├── forms │   └── user.go ├── header.jpg ├──


【文件预览】:
go-gin-template-master
----.travis.yml(171B)
----models()
--------user.go(2KB)
----server()
--------server.go(153B)
--------router.go(525B)
----forms()
--------user.go(253B)
----config()
--------env.yaml(25B)
--------development.yaml(87B)
--------config.go(1KB)
----db()
--------db.go(590B)
----go-gin-template.exe(15.4MB)
----tests()
--------test_main.go(756B)
----Procfile(41B)
----controllers()
--------health.go(195B)
--------user.go(603B)
----main.go(351B)
----glide.yaml(370B)
----.gitignore(82B)
----Makefile(746B)
----go.sum(15KB)
----README.md(3KB)
----header.jpg(22KB)
----middlewares()
--------auth.go(671B)
----go.mod(179B)
----.vscode()
--------launch.json(402B)

网友评论