mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	 4e96686e9d
			
		
	
	4e96686e9d
	
	
	
		
			
			* Use vfkit command line assembly * Inject ignition file into guest using http over vsock * Ready notification through use of vsock [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			351 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			351 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by "stringer -type ABI"; DO NOT EDIT.
 | |
| 
 | |
| package obj
 | |
| 
 | |
| import "strconv"
 | |
| 
 | |
| const _ABI_name = "ABI0ABIInternalABICount"
 | |
| 
 | |
| var _ABI_index = [...]uint8{0, 4, 15, 23}
 | |
| 
 | |
| func (i ABI) String() string {
 | |
| 	if i >= ABI(len(_ABI_index)-1) {
 | |
| 		return "ABI(" + strconv.FormatInt(int64(i), 10) + ")"
 | |
| 	}
 | |
| 	return _ABI_name[_ABI_index[i]:_ABI_index[i+1]]
 | |
| }
 |