adding inputs output struct based on argo naming for now
This commit is contained in:
@@ -50,7 +50,7 @@ func (abs *DataResource) ConvertToPricedResource(
|
||||
|
||||
type DataInstance struct {
|
||||
ResourceInstance[*DataResourcePartnership]
|
||||
Source string `json:"source,omitempty" bson:"source,omitempty"` // Source is the source of the data
|
||||
Source string `json:"source" bson:"source"` // Source is the source of the data
|
||||
}
|
||||
|
||||
type DataResourcePartnership struct {
|
||||
|
||||
Reference in New Issue
Block a user