From 1cdbcca7f78613fc57c7bcf788dc4180bb5cdfd6 Mon Sep 17 00:00:00 2001 From: mr Date: Mon, 27 Jan 2025 14:31:12 +0100 Subject: [PATCH] adding inputs output struct based on argo naming for now --- entrypoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.go b/entrypoint.go index 4b4e42d..d859423 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -212,7 +212,7 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string, // for now only processing is specified here (not an elegant way) if model == tools.DATA_RESOURCE.String() || model == tools.STORAGE_RESOURCE.String() { outputs = []mm.Param{ - mm.Param{ + { Attr: "source", Readonly: true, },