2017-05-13 00:22:09 +08:00
|
|
|
// +build !linux
|
2015-11-20 01:24:22 +08:00
|
|
|
|
2015-05-14 06:42:16 +08:00
|
|
|
package configs
|
|
|
|
|
|
|
|
// Namespace defines configuration for each namespace. It specifies an
|
|
|
|
// alternate path that is able to be joined via setns.
|
|
|
|
type Namespace struct {
|
|
|
|
}
|