fix: rename model PomodoroClient
to GoTomatoClient
This commit is contained in:
parent
b374ee8aff
commit
b06fac60d5
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package models
|
|||
import "github.com/gorilla/websocket"
|
||||
|
||||
// Represents a websocket client
|
||||
type PomodoroClient struct {
|
||||
type GoTomatoClient struct {
|
||||
Conn *websocket.Conn // The websocket connection of the client
|
||||
Password string // Pomodoro password
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue