package
Version:
v1.0.29
Opens a new window with list of versions in this module.
Published: Sep 7, 2017
License: BSD-3-Clause, BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ForceUnmount tries to forceably unmount a directory
IsMounted returns true if directory is mounted (by kbfuse)
Unmount tries to unmount normally and then if force if unsuccessful.
type Log interface {
Debug(s string, args ...interface{})
Info(s string, args ...interface{})
Errorf(s string, args ...interface{})
}
Log is the logging interface for this package
Source Files
¶
Click to show internal directories.
Click to hide internal directories.