neo oclib

This commit is contained in:
mr
2024-11-07 13:35:16 +01:00
parent c3d553068c
commit 2589451b07
6 changed files with 15 additions and 11 deletions

View File

@@ -4,14 +4,14 @@ package "main" {
[]Link Links
[]DataModel Datas
[]ComputingModel Computings
[]DatacenterModel Datacenters
[]ComputeModel Computes
[]StorageModel Storages
HttpQuery ws
GetGraphList(apiurl string) (map[string]string, error)
LoadFrom(workspace string) error
AddDataModel(id string) error
AddDatacenterModel(id string) error
AddComputeModel(id string) error
AddComputingModel(id string) error
AddStorageModel(id string) error
ExportToArgo(id string) error