Documentation ¶
Index ¶
- Constants
- func Bug(f string, args ...any) error
- func CloseDB()
- func InitDB() (err error)
- func LoadDB() (err error)
- func MakeNewDB() (err error)
- func SetLogger(newLogger Logger)
- type AppMeta
- type DB
- type DebtEvent
- type EarnEvent
- type EarnItem
- type EarnSource
- type ExchangeEvent
- type Lender
- type Logger
- type LostEvent
- type Note
- type PayEvent
- type PayItem
- type Place
- type Storage
- type StorageChange
- type StorageMonthlyChange
- type StorageYearlyChange
- type Tag
Constants ¶
View Source
const TableAppMeta = "app_meta"
View Source
const TableDebtEvent = "debt_event"
View Source
const TableEarnEvent = "earn_event"
View Source
const TableEarnItem = "earn_item"
View Source
const TableEarnSource = "earn_source"
View Source
const TableExchangeEvent = "exchange_event"
View Source
const TableLender = "lender"
View Source
const TableLostEvent = "lost_event"
View Source
const TableNote = "note"
View Source
const TablePayEvent = "pay_event"
View Source
const TablePayItem = "pay_item"
View Source
const TablePlace = "place"
View Source
const TableStorage = "storage"
View Source
const TableStorageChange = "storage_change"
View Source
const TableStorageMonthlyChange = "storage_monthly_change"
View Source
const TableStorageYearlyChange = "storage_yearly_change"
View Source
const TableTag = "tag"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EarnSource ¶
type ExchangeEvent ¶
type StorageChange ¶
type StorageMonthlyChange ¶
type StorageYearlyChange ¶
Click to show internal directories.
Click to hide internal directories.