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

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2026-01-25 13:08:45 +02:00
parent b93304adab
commit 86ca3fb300
44 changed files with 4813 additions and 4482 deletions

View File

@ -98,7 +98,7 @@ type (
}
MsgToSpecAn struct {
SpecSettings SpecAnSettings
SpecSettings specAnSettings
HasSettings bool
Data any
}