fix: rename model PomodoroClient
to GoTomatoClient
This commit is contained in:
parent
b374ee8aff
commit
b06fac60d5
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
GoTomato "git.smsvc.net/pomodoro/GoTomato/pkg/models"
|
||||
)
|
||||
|
||||
type Client ChronoTomato.PomodoroClient // New websocket client
|
||||
type Client ChronoTomato.GoTomatoClient // New websocket client
|
||||
|
||||
func (c Client) sendClientCommand(msg GoTomato.ClientCommand) {
|
||||
messageBytes, err := json.Marshal(msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue