new server
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m19s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m19s
This commit is contained in:
8
models/client.go
Normal file
8
models/client.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "github.com/gorilla/websocket"
|
||||
|
||||
type Client struct {
|
||||
ID uint32
|
||||
Conn *websocket.Conn
|
||||
}
|
||||
Reference in New Issue
Block a user