github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/libcontainer/configs/namespaces_unsupported.go (about)

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