feat: rename Client
model to WebsocketClient
🤖
This commit is contained in:
parent
2d2ea6ff78
commit
ebb58a4489
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
// Listens for commands from a client and handles them
|
||||
func handleClientCommands(c models.Client) {
|
||||
func handleClientCommands(c models.WebsocketClient) {
|
||||
ws := c.Conn
|
||||
for {
|
||||
var clientCommand models.ClientCommand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue