Sign in
chromium
/
external
/
github.com
/
docker
/
runc
/
56d4e8eb3e3989fe055d7a05c5f74a0d1390abd8
/
.
/
libcontainer
/
configs
/
namespaces_unsupported.go
blob: 9a74033ceabe2bed7f5c2ef47c044ac705575a2e [
file
] [
log
] [
blame
]
// +build !linux,!freebsd
package configs
// Namespace defines configuration for each namespace. It specifies an
// alternate path that is able to be joined via setns.
type Namespace struct {
}