コード例 #1
0
func init() {
	types.AddIsolatorValueConstructor(LinuxNamespacesName, newLinuxNamespace)
}
コード例 #2
0
func init() {
	types.AddIsolatorValueConstructor(HostPrivilegedName, newHostPrivileged)
}