Extract getImportantData to own file

This commit is contained in:
2021-12-04 22:58:52 +00:00
parent 6628a4849f
commit 61fa6ed776
4 changed files with 48 additions and 37 deletions

View File

@ -8,11 +8,6 @@ import (
"github.com/google/uuid"
)
type AlwaysNeededData struct {
Budget postgres.Budget
Accounts []postgres.GetAccountsWithBalanceRow
}
type AccountsData struct {
AlwaysNeededData
}