Versions in this module Expand all Collapse all v1 v1.0.2 Mar 24, 2020 Changes in this version type User + Admin bool v1.0.1 Mar 22, 2020 v1.0.0 Mar 22, 2020 v0 v0.9.0 Mar 21, 2020 Changes in this version + type Account struct + ID int64 + InitialAmount decimal.Decimal + Name string + Total decimal.Decimal + type ChartSeries struct + AccountID int64 + Amount decimal.Decimal + Month int + type Config struct + DbHost string + DbName string + DbPassword string + DbUser string + type Entry struct + Account string + AccountID int64 + AffectedAccount null.String + AffectedAccountID null.Int + Amount decimal.Decimal + Date string + Description null.String + ID int64 + Type int + type User struct + ID int64 + Name string + Password string + Username string