Files
linuxkit/pkg/init/vendor/github.com/Microsoft/hcsshim/hnssupport.go
2024-07-16 10:55:01 +03:00

16 lines
284 B
Go
Vendored

//go:build windows
package hcsshim
import (
"github.com/Microsoft/hcsshim/internal/hns"
)
type HNSSupportedFeatures = hns.HNSSupportedFeatures
type HNSAclFeatures = hns.HNSAclFeatures
func GetHNSSupportedFeatures() HNSSupportedFeatures {
return hns.GetHNSSupportedFeatures()
}