oc-lib/resource_set.go

6 lines
152 B
Go
Raw Normal View History

2024-07-04 16:08:59 +02:00
package oclib
2024-07-16 10:56:36 +02:00
// Resources' key must be the Resource' Uuid, to garanty the set-like structure
type WorkflowSet struct{
Resources map[string]Resource
}