adding inputs output struct based on argo naming for now
This commit is contained in:
parent
9b8acb83cb
commit
1cdbcca7f7
@ -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)
|
// for now only processing is specified here (not an elegant way)
|
||||||
if model == tools.DATA_RESOURCE.String() || model == tools.STORAGE_RESOURCE.String() {
|
if model == tools.DATA_RESOURCE.String() || model == tools.STORAGE_RESOURCE.String() {
|
||||||
outputs = []mm.Param{
|
outputs = []mm.Param{
|
||||||
mm.Param{
|
{
|
||||||
Attr: "source",
|
Attr: "source",
|
||||||
Readonly: true,
|
Readonly: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user