1. 首页
  2. 数据库
  3. 其它
  4. go websocket

go websocket

上传者: 2021-01-10 22:10:22上传 PDF文件 21KB 热度 28次
主要依赖 github.com/gin-gonic/gin github.com/gorilla/websocket websocket.go package api import ( errors github.com/gin-gonic/gin github.com/gorilla/websocket github.com/outakujo/utils log net/http sync ) type TextSocketSession struct { c *websocket.Conn Id string } func
用户评论