decomment some code to allow build
This commit is contained in:
		@@ -42,8 +42,8 @@ type ComputingNEWModel struct {
 | 
			
		||||
 | 
			
		||||
	ExecutionRequirements ExecutionRequirementsModel `json:"execution_requirements,omitempty"`
 | 
			
		||||
 | 
			
		||||
	// Dinputs  []string `json:"dinputs,omitempty"`		// Possibly redundant with Links object	in oc-schedule
 | 
			
		||||
	// Doutputs []string `json:"doutputs,omitempty"`		// Possibly redundant with Links objects in oc-schedule
 | 
			
		||||
	Dinputs  []string `json:"dinputs,omitempty"`		// Possibly redundant with Links object	in oc-schedule
 | 
			
		||||
	Doutputs []string `json:"doutputs,omitempty"`		// Possibly redundant with Links objects in oc-schedule
 | 
			
		||||
 | 
			
		||||
	Image       string   `json:"image,omitempty"`
 | 
			
		||||
	Command     string   `json:"command,omitempty"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user