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 |