基于Golang语言和MySQL实现的WEB在线客服系统 主要技术栈 gin + jwt-go + websocket + go.uuid + gorm + cobra
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
taoshihan1991 7080589568
增加casbin权限验证配置
4 years ago
config 增加casbin权限验证配置 4 years ago
controller 检测mysql配置 4 years ago
database 检测mysql配置 4 years ago
middleware 增加casbin权限验证配置 4 years ago
static 检测mysql配置 4 years ago
tmpl 增加模板语法和mysql设置页 4 years ago
tools 引入jwt与权限验证机制 4 years ago
.gitignore 提交忽略文件 4 years ago
go.mod 准备增加casbin权限控制 4 years ago
go.sum 准备增加casbin权限控制 4 years ago
readme.md 增加casbin权限验证配置 4 years ago
server.go 增加casbin权限验证配置 4 years ago

readme.md

go-fly

基于GO语言实现的即时通讯与管理系统工具集。

1.使用gin http框架实现restful风格的API

2.使用jwt-go实现无状态的jwt登陆认证

3.使用casbin实现权限控制

4.使用gin以及template包的模板语法进行展示界面

5.使用go modoule解决依赖问题

6.充分实践了structinterfacemapslicefor range,groutine等基础知识

项目预览

Image text

Image text

Image text

安装使用

1.在go get github.com/taoshihan1991/go-fly ,进入$GOPATH/src/github.com/taoshihan1991/go-fly 目录

2.源码运行 go run server.go

3.源码打包 go build server.go