Newer
Older
//StartAndRun is used to start the core of the controller and any auxiliary services.
func StartAndRun(IsRunningChannel chan bool) {
log.Info("This is the network superintendent...")
log.Info("Starting my ducks")
core := Core{
database: database.Database{},
}
go core.Shutdown()
log.Info("and ready for take off")
//Just to produce some signs of vitality...
for {