ChronoTomato/pkg/models/configfile.go
Sebastian Mark e8b463c59c format: update import statements
- clean up and streamline import statements across multiple files

🤖
2024-10-27 22:33:36 +01:00

9 lines
292 B
Go

package models
import GoTomato "git.smsvc.net/pomodoro/GoTomato/pkg/models"
type Config struct {
URL string `yaml:"url"`
Password string `yaml:"password"`
PomodoroConfig GoTomato.GoTomatoPomodoroConfig `yaml:"config"`
}