Extract getImportantData to own file
This commit is contained in:
@ -8,11 +8,6 @@ import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type AlwaysNeededData struct {
|
||||
Budget postgres.Budget
|
||||
Accounts []postgres.GetAccountsWithBalanceRow
|
||||
}
|
||||
|
||||
type AccountsData struct {
|
||||
AlwaysNeededData
|
||||
}
|
||||
|
Reference in New Issue
Block a user