adding inputs output struct based on argo naming for now
This commit is contained in:
parent
1ad9ce09cb
commit
71d9bd4678
@ -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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user