Add subsystems and clean up module dependencies

This commit is contained in:
Daniel
2020-04-01 17:14:33 +02:00
parent 279ab67c7e
commit 5523fcf0bd
10 changed files with 78 additions and 55 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func init() {
modules.Register("status", nil, start, stop, "core")
modules.Register("status", nil, start, stop, "config", "database")
}
func start() error {