6 lines
		
	
	
		
			97 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			97 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package supervisor
 | 
						|
 | 
						|
func CollectMachineInformation() (Machine, error) {
 | 
						|
	return Machine{}, nil
 | 
						|
}
 |