go-service-echo:使用框架echo构建微服务的入门模板

时间:2021-02-26 10:45:41
【文件属性】:
文件名称:go-service-echo:使用框架echo构建微服务的入门模板
文件大小:67KB
文件格式:ZIP
更新时间:2021-02-26 10:45:41
go golang echo echo-framework Go 去REST回声 是 项目结构 . ├── app ├── config │ ├── .env.test │ ├── config_test.go │ └── config.go ├── db │ ├── db_test.go │ └── db.go ├── external │ └── .gitkeep ├── internal │ ├── users │ └── tasks ├── resource │ ├── ... │ └── .gitkeep ├── service │ └── .gitkeep ├── util │ └── .gitkeep ├── .dockerignore ├── .env.example ├── .gitignore ├── Dockerfile ├── go.mod ├── go.sum ├── main.g
【文件预览】:
go-service-echo-develop
----config()
--------contant.go(102B)
--------config_test.go(2KB)
--------entity.go(915B)
--------config.go(1KB)
----internal()
--------tasks()
--------blogs()
--------users()
--------authentication()
--------welcomes()
----mysql.sql(2KB)
----main_test.go(73B)
----db()
--------db.go(3KB)
--------db_test.go(2KB)
----.github()
--------workflows()
----postgresql.sql(1KB)
----Dockerfile(550B)
----docker-compose.yaml(2KB)
----LICENSE(0B)
----app()
--------middlewares.go(2KB)
--------validation()
--------app.go(881B)
--------library()
--------app_test.go(71B)
--------routes.go(3KB)
--------context()
----.env.example(605B)
----resource()
--------ssl()
--------media()
----main.go(989B)
----.gitignore(97B)
----Makefile(2KB)
----go.sum(47KB)
----.dockerignore(180B)
----serverless.yaml(1004B)
----README.md(2KB)
----util()
--------bcrypt()
--------numbers()
--------logger()
--------stringy()
----.editorconfig(242B)
----requests.http(2KB)
----external()
--------jsonplaceholder()
--------.gitkeep(0B)
----go.mod(1KB)
----swagger.yaml(0B)

网友评论