adding inputs output struct based on argo naming for now

This commit is contained in:
mr 2025-01-27 13:24:14 +01:00
parent 1ad9ce09cb
commit 71d9bd4678

View File

@ -16,7 +16,6 @@ import (
type DataResource struct { type DataResource struct {
AbstractIntanciatedResource[*DataInstance] AbstractIntanciatedResource[*DataInstance]
Type string `bson:"type,omitempty" json:"type,omitempty"` Type string `bson:"type,omitempty" json:"type,omitempty"`
Source string `json:"source,omitempty" bson:"source,omitempty"` // Source is the source of the resource
Quality string `bson:"quality,omitempty" json:"quality,omitempty"` Quality string `bson:"quality,omitempty" json:"quality,omitempty"`
OpenData bool `bson:"open_data" json:"open_data" default:"false"` // Type is the type of the storage OpenData bool `bson:"open_data" json:"open_data" default:"false"` // Type is the type of the storage
Static bool `bson:"static" json:"static" default:"false"` Static bool `bson:"static" json:"static" default:"false"`