adding inputs output struct based on argo naming for now
This commit is contained in:
		@@ -6,7 +6,7 @@ type StorageProcessingGraphLink struct {
 | 
				
			|||||||
	Write       bool   `json:"write" bson:"write"`
 | 
						Write       bool   `json:"write" bson:"write"`
 | 
				
			||||||
	Source      string `json:"source" bson:"source"`
 | 
						Source      string `json:"source" bson:"source"`
 | 
				
			||||||
	Destination string `json:"destination" bson:"destination"`
 | 
						Destination string `json:"destination" bson:"destination"`
 | 
				
			||||||
	FileName    string `json:"file_name" bson:"file_name"`
 | 
						FileName    string `json:"filename" bson:"filename"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// GraphLink is a struct that represents a link between two items in a graph
 | 
					// GraphLink is a struct that represents a link between two items in a graph
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user