Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sovea/gin-toolkit

This is a toolKit/template project for web application/server with Gin, packed common services.
https://github.com/sovea/gin-toolkit

fasthttp gin gin-gonic go-jwt golang gomail gomsql hashsalt logrus redis swagger template-project toolbox toolkit web web-server weixin-app xrate

Last synced: 3 months ago
JSON representation

This is a toolKit/template project for web application/server with Gin, packed common services.

Awesome Lists containing this project

README

        

# gin-toolKit
This is a toolKit/template project for web application/server with Gin, packed common services.

These services include fasthttp, xrate, logrus, JWT, gomail, redis, sql, hashsalt, weixin(wecaht) authorization, swagger...

| Service | Path(app/toolkit/service) |
| :--------------------------: | :----------------------------------: |
| fasthttp | service_fasthttp/service_fasthttp.go |
| xrate | service_xrate/service_xrate.go |
| logrus | service_log/service_log.go |
| JWT | service_jwt/service_jwt.go |
| gomail | service_mail/service_mail.go |
| redis | service_redis/service_redis.go |
| sql | service_sql/service_sql.go |
| hashsalt | service_hashsalt/service_hashsalt.go |
| weixin(wechat) authorization | service_weixin/service_weixin.go |