WorkflowResource

This commit is contained in:
mr
2026-02-24 13:29:00 +01:00
parent 0f6aa1fe78
commit d18b031a29
4 changed files with 9 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ type ResourceInterface interface {
ClearEnv() utils.DBObject
SetAllowedInstances(request *tools.APIRequest, instance_id ...string)
AddInstances(instance ResourceInstanceITF)
GetSelectedInstance(index *int) ResourceInstanceITF
}
type ResourceInstanceITF interface {