namespace_unsupported.go 332 B

12345678910111213141516
  1. // +build !linux,!windows,!freebsd
  2. package osl
  3. // GC triggers garbage collection of namespace path right away
  4. // and waits for it.
  5. func GC() {
  6. }
  7. func GetSandboxForExternalKey(path string, key string) (Sandbox, error) {
  8. return nil, nil
  9. }
  10. // SetBasePath sets the base url prefix for the ns path
  11. func SetBasePath(path string) {
  12. }