refactor(tracker): group Model methods, with each group in one source file

This commit is contained in:
2026-01-27 22:16:14 +02:00
parent b93304adab
commit 86ca3fb300
44 changed files with 4813 additions and 4482 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ type (
}
MsgToSpecAn struct {
SpecSettings SpecAnSettings
SpecSettings specAnSettings
HasSettings bool
Data any
}