This commit is contained in:
Kalle Carlbark 2022-02-14 13:29:23 +01:00
parent 170fde8a31
commit c8c7c4edfc
No known key found for this signature in database

View file

@ -69,7 +69,7 @@ type VirtualMachine struct {
Display string `json:"display"` Display string `json:"display"`
Created string `json:"created"` Created string `json:"created"`
Comments string `json:"comments"` Comments string `json:"comments"`
LocalContextData string `json:"local_context_data"` LocalContextData interface{} `json:"local_context_data"`
Cluster struct { Cluster struct {
URL string `json:"url"` URL string `json:"url"`
Display string `json:"display"` Display string `json:"display"`