Newer
Older
"code.fbi.h-da.de/cocsn/gosdn/database"
"code.fbi.h-da.de/cocsn/gosdn/nucleus/interfaces"
"log"
"time"
)
/*
* This function is used to start the core of the controller and any auxiliary services.
*/
// Next-up: backend database.
core := Core{
clients: make(map[string]interfaces.Client, 0),
database: database.Database{},
config: nil,
}
}
/*
* nucleus.Run() is the "main loop" of the controller
*/
}
log.Println("Good bye....!")
}