Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Budget ¶
type Budget interface { Year() int NextYear() Budget Month(month time.Month) Accounts SetMonth(month time.Month, account string, budget decimal.Decimal) error RemoveMonth(month time.Month, account string) error }
Budget is a monthly budget tracker for a particular year
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store manages budgets
func (*Store) RemoveMonth ¶
Click to show internal directories.
Click to hide internal directories.