mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			264 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			264 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package hcsshim
 | 
						|
 | 
						|
import (
 | 
						|
	"github.com/Microsoft/hcsshim/internal/hns"
 | 
						|
)
 | 
						|
 | 
						|
type HNSSupportedFeatures = hns.HNSSupportedFeatures
 | 
						|
 | 
						|
type HNSAclFeatures = hns.HNSAclFeatures
 | 
						|
 | 
						|
func GetHNSSupportedFeatures() HNSSupportedFeatures {
 | 
						|
	return hns.GetHNSSupportedFeatures()
 | 
						|
}
 |