Moved Action Parsing out of AngularWorkflow. Should be reusable in App explorer UI

This commit is contained in:
frikky
2021-04-05 23:27:45 +02:00
parent 6690a8c68b
commit 8112bd16c5
5 changed files with 1615 additions and 1517 deletions
-5
View File
@@ -6085,11 +6085,6 @@ func initHandlers() {
panic(fmt.Sprintf("DBclient error during init: %s", err))
}
//dbclient, err := shuffle.GetDatastoreClient(ctx, gceProject)
//if err != nil {
// panic(fmt.Sprintf("Error setting datastore connector: %s", err))
//}
_ = shuffle.RunInit(*dbclient, storage.Client{}, gceProject, "onprem", true)
log.Printf("Finished Shuffle database init")