break: rename GoTomatoPomodoroConfig -> PomodoroConfig

This commit is contained in:
Sebastian Mark 2024-10-26 09:20:29 +02:00
parent 0180aea8c1
commit c20d36d2d2
5 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
package models
type GoTomatoPomodoroConfig struct {
type PomodoroConfig struct {
Work int `json:"work"` // Length of work sessions in seconds
ShortBreak int `json:"shortBreak"` // Length of short break in seconds
LongBreak int `json:"longBreak"` // Length if ling break in seconds