2015-07-21 19:41:01 +03:00
|
|
|
// +build !linux,!windows,!freebsd
|
2015-06-08 10:35:41 -07:00
|
|
|
|
2015-07-01 22:00:48 -07:00
|
|
|
package osl
|
2015-06-08 10:35:41 -07:00
|
|
|
|
|
|
|
// GC triggers garbage collection of namespace path right away
|
|
|
|
// and waits for it.
|
|
|
|
func GC() {
|
|
|
|
}
|
2015-09-09 16:20:54 -07:00
|
|
|
|
2017-06-12 11:30:30 -07:00
|
|
|
// GetSandboxForExternalKey returns sandbox object for the supplied path
|
2015-09-09 16:20:54 -07:00
|
|
|
func GetSandboxForExternalKey(path string, key string) (Sandbox, error) {
|
|
|
|
return nil, nil
|
|
|
|
}
|
2016-07-14 21:25:52 -07:00
|
|
|
|
|
|
|
// SetBasePath sets the base url prefix for the ns path
|
|
|
|
func SetBasePath(path string) {
|
|
|
|
}
|