文件名称:go-api-server:使用golang制作一个宁静的api服务器
文件大小:41KB
文件格式:ZIP
更新时间:2024-05-28 04:33:15
api nginx golang jwt restful
go-api-server Use golang to make a restful api server Skills golang restful api gin swagger nginx Viper (Go configuration with fangs) gorm (Go ORM lib) JWT HTTPS cURL -X/--request [GET|POST|PUT|DELETE|…] 指定请求的 HTTP 方法 -H/--header 指定请求的 HTTP Header -d/--data 指定请求的 HTTP 消息体(Body) -v/--verbose 输出详细的返回信息 -u/--user
【文件预览】:
go-api-server-master
----.gitignore(211B)
----handler()
--------sd()
--------user()
--------handler.go(462B)
----Makefile(1KB)
----model()
--------model.go(730B)
--------init.go(2KB)
--------user.go(2KB)
----pkg()
--------version()
--------token()
--------auth()
--------constvar()
--------errno()
----util()
--------cpu.profile(5KB)
--------util_test.go(587B)
--------util.go(320B)
----admin.sh(978B)
----main.go(3KB)
----README.md(5KB)
----db.sql(2KB)
----service()
--------service.go(1KB)
----config()
--------config.go(2KB)
----router()
--------middleware()
--------router.go(1KB)
----conf()
--------server.key(2KB)
--------server.crt(1KB)
--------config.yaml(782B)
----docs()
--------docs.go(13KB)
--------swagger()