1 2 3 4 5 6 7 8 9 10 11 12 13
package hcsshim import ( "github.com/Microsoft/hcsshim/internal/hns" ) type HNSSupportedFeatures = hns.HNSSupportedFeatures type HNSAclFeatures = hns.HNSAclFeatures func GetHNSSupportedFeatures() HNSSupportedFeatures { return hns.GetHNSSupportedFeatures() }