namespaces_unsupported.go 197 B

123456789
  1. // +build !linux,!freebsd
  2. package configs
  3. // Namespace defines configuration for each namespace. It specifies an
  4. // alternate path that is able to be joined via setns.
  5. type Namespace struct {
  6. }