github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/libnetwork/osl/namespace_unsupported.go (about) 1 // +build !linux,!windows,!freebsd 2 3 package osl 4 5 // GC triggers garbage collection of namespace path right away 6 // and waits for it. 7 func GC() { 8 } 9 10 func GetSandboxForExternalKey(path string, key string) (Sandbox, error) { 11 return nil, nil 12 } 13 14 // SetBasePath sets the base url prefix for the ns path 15 func SetBasePath(path string) { 16 }