budget_db

package
v0.1.106 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyBudgetDatabase added in v0.1.97

func (MyBudgetDatabase) AddBudgetExpenditure added in v0.1.97

func (m MyBudgetDatabase) AddBudgetExpenditure(spent int, category string) error

func (MyBudgetDatabase) CreateBudget added in v0.1.97

func (m MyBudgetDatabase) CreateBudget(bv *entities.BudgetVariables) error

func (MyBudgetDatabase) GetBudgetData added in v0.1.97

func (m MyBudgetDatabase) GetBudgetData(filepath, filename string) error

func (MyBudgetDatabase) RemoveBudget added in v0.1.97

func (m MyBudgetDatabase) RemoveBudget(category string) error

func (MyBudgetDatabase) TakeBudgetAmounts added in v0.1.103

func (m MyBudgetDatabase) TakeBudgetAmounts() ([]int, error)

func (MyBudgetDatabase) UpdateBudget added in v0.1.97

func (m MyBudgetDatabase) UpdateBudget(old, new string, amount int) error

func (MyBudgetDatabase) ViewBudget added in v0.1.97

func (m MyBudgetDatabase) ViewBudget(category string) ([5]interface{}, error)

type MyHistoryDatabase added in v0.1.97

func (MyHistoryDatabase) InsertHistory added in v0.1.97

func (m MyHistoryDatabase) InsertHistory(hv *entities.HistoryVariables) error

func (MyHistoryDatabase) RemoveHistory added in v0.1.97

func (m MyHistoryDatabase) RemoveHistory(category string) error

func (MyHistoryDatabase) ViewHistory added in v0.1.97

func (m MyHistoryDatabase) ViewHistory(category string) ([2]interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL