Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/api/v1.52.0-beta.1
/
.
/
daemon
/
snapshotter
/
mount_windows.go
blob: 30a595c9bd03f0de9415cffa5c258cc99b880b5b [
file
] [
log
] [
blame
]
package snapshotter
import "github.com/containerd/containerd/v2/core/mount"
func isMounted(string) bool { return false }
func unmount(target string) error {
return mount.Unmount(target, 0)
}