hnssupport.go 264 B

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