1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00
Files
os/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_windows.go
2015-12-04 20:19:31 +05:00

7 lines
170 B
Go

package configs
// Namespace defines configuration for each namespace. It specifies an
// alternate path that is able to be joined via setns.
type Namespace struct {
}