add budget feature

This commit is contained in:
Patrick Nagurny
2020-01-14 14:14:16 -05:00
parent ef3a825dab
commit 0a91b19b5c
11 changed files with 460 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ type Datastore interface {
SessionInterface
ApiKeyInterface
SystemHealthInteface
BudgetInterface
}
func NewDB(dataSourceName string) (*DB, error) {