Return and filter by is_open

This commit is contained in:
2022-03-02 21:14:00 +00:00
parent 347a0c9e50
commit 8899ff5772
3 changed files with 19 additions and 6 deletions

View File

@ -36,6 +36,7 @@ type Account struct {
BudgetID uuid.UUID
Name string
OnBudget bool
IsOpen bool
}
type Assignment struct {