package models import "github.com/gorilla/websocket" // Represents a websocket client type PomodoroClient struct { Conn *websocket.Conn // The websocket connection of the client }