Return and filter by is_open
This commit is contained in:
@ -36,6 +36,7 @@ type Account struct {
|
||||
BudgetID uuid.UUID
|
||||
Name string
|
||||
OnBudget bool
|
||||
IsOpen bool
|
||||
}
|
||||
|
||||
type Assignment struct {
|
||||
|
Reference in New Issue
Block a user