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