You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
add budget feature
This commit is contained in:
@@ -23,6 +23,7 @@ type Interface interface {
|
||||
SessionInterface
|
||||
ApiKeyInterface
|
||||
SystemHealthInteface
|
||||
BudgetInterface
|
||||
}
|
||||
|
||||
func NewModel(db db.Datastore, bcrypt util.Bcrypt, config types.Config) *Model {
|
||||
|
||||
Reference in New Issue
Block a user