
(*) github.com/Microsoft/hcsshim (*) golang.org/x/sys (*) github.com/x/cyrpto (*) github.com/sirupsen/logrus (*) github.com/Microsoft/go-winio (*) github.com/juju/errors (*) github.com/buger/jsonparser
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()
|
|
}
|