runner-go (#102)
Reviewed-on: andr3/fyp#102 Co-authored-by: Andre Henriques <andr3h3nriqu3s@gmail.com> Co-committed-by: Andre Henriques <andr3h3nriqu3s@gmail.com>
This commit was merged in pull request #102.
This commit is contained in:
4
main.go
4
main.go
@@ -36,11 +36,11 @@ func main() {
|
||||
log.Info("Config loaded!", "config", config)
|
||||
config.GenerateToken(db)
|
||||
|
||||
StartRunners(db, config)
|
||||
|
||||
//TODO check if file structure exists to save data
|
||||
handle := NewHandler(db, config)
|
||||
|
||||
StartRunners(db, config, handle)
|
||||
|
||||
config.Cleanup(db)
|
||||
|
||||
// TODO Handle this in other way
|
||||
|
||||
Reference in New Issue
Block a user