retrieve bookings from API and NATS
This commit is contained in:
3
graph.go
3
graph.go
@@ -5,6 +5,7 @@ import (
|
||||
"fmt"
|
||||
"maps"
|
||||
"net/url"
|
||||
"oc-scheduler/daemons"
|
||||
|
||||
"cloud.o-forge.io/core/oc-catalog/models"
|
||||
|
||||
@@ -20,7 +21,7 @@ type Graph struct {
|
||||
Datacenters []models.DatacenterModel
|
||||
Storages []models.StorageModel
|
||||
Links map[string]models.Link
|
||||
ws HttpQuery
|
||||
ws daemons.HttpQuery
|
||||
}
|
||||
|
||||
// Create a dictionnaries with each existing workflow from a workspace, associated to the JSON representation of its content
|
||||
|
||||
Reference in New Issue
Block a user