Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintBudgetCategoryGroups ¶
func PrintBudgetCategoryGroups(budgetCategoryGroups []*BudgetCategoryGroup, printHiddenCategories bool)
Types ¶
type BudgetCategory ¶
type BudgetCategoryGroup ¶
type BudgetCategoryGroup struct { Name string Categories []*BudgetCategory Hidden bool }
func (*BudgetCategoryGroup) AllCategoriesHidden ¶ added in v0.4.1
func (bcg *BudgetCategoryGroup) AllCategoriesHidden() bool
AllCategoriesHidden determines if all of the categories within this group are hidden
Click to show internal directories.
Click to hide internal directories.