podman-build/vendor/github.com/Microsoft/hcsshim/hnssupport.go
2025-10-11 12:30:35 +09:00

16 lines
284 B
Go

//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()
}