github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/libcontainer/configs/namespaces_unsupported.go (about)

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