adding inputs output struct based on argo naming for now

This commit is contained in:
mr
2025-02-03 12:38:30 +01:00
parent 2662709fed
commit 275bd56fe6
3 changed files with 6 additions and 12 deletions

View File

@@ -26,9 +26,6 @@ func (r *WorkflowResource) GetType() string {
func (d *WorkflowResource) Trim() {
/* EMPTY */
}
func (abs *WorkflowResource) VerifyAuth(request *tools.APIRequest) bool {
return true
}
func (w *WorkflowResource) SetAllowedInstances(request *tools.APIRequest) {
/* EMPTY */
}