feat: add Password field to PomodoroClient
struct
remove unused password parameters from Client-Methods
🤖
This commit is contained in:
parent
0ca90b50a5
commit
b374ee8aff
4 changed files with 10 additions and 8 deletions
|
@ -4,5 +4,6 @@ import "github.com/gorilla/websocket"
|
|||
|
||||
// Represents a websocket client
|
||||
type PomodoroClient struct {
|
||||
Conn *websocket.Conn // The websocket connection of the client
|
||||
Conn *websocket.Conn // The websocket connection of the client
|
||||
Password string // Pomodoro password
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue