去框架

时间:2024-03-08 18:53:30
【文件属性】:

文件名称:去框架

文件大小:19KB

文件格式:ZIP

更新时间:2024-03-08 18:53:30

Go

Clean Go框架 特征 路由器 控制器和型号 RESTful JSON API MySQL / Redis的 读/写拆分 连接池 ORM 记录仪 设定档 建造 中间件:身份验证 Quicktart # init db mysql -uroot -proot < sql/test.sql # local go run server.go or # build ./build.sh ./server -c config.json # test curl -v http://localhost:8080/health curl -X POST -H "Content-Type: application/json" -d '{"name": "Andy"}' -v http://localhost:8080/api/v1/users curl -X POST -H "Content-T


【文件预览】:
go-framework-master
----server.go(874B)
----model()
--------user.go(869B)
----routes()
--------config.go(543B)
----sql()
--------test.sql(376B)
----.gitignore(157B)
----controller()
--------hello.go(334B)
--------user.go(1KB)
----go.sum(17KB)
----README.md(2KB)
----build.sh(313B)
----config.json(383B)
----go.mod(443B)
----libs()
--------config()
--------auth()
--------db()
--------logger()

网友评论