First batch

This commit is contained in:
pb
2024-07-16 10:56:36 +02:00
parent 5ba33d3131
commit 034a81cedb
19 changed files with 540 additions and 30 deletions

View File

@@ -1 +1,6 @@
package oclib
// Resources' key must be the Resource' Uuid, to garanty the set-like structure
type WorkflowSet struct{
Resources map[string]Resource
}