mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
400e05fe5b
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
9 lines
197 B
Go
9 lines
197 B
Go
// +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 {
|
|
}
|