This commit is contained in:
Paulo Pires
2016-10-27 15:55:01 -04:00
parent b47d862aea
commit 01adb460de

View File

@@ -19,7 +19,8 @@ limitations under the License.
package mount
type Mounter struct {
mounterPath string
mounterPath string
mounterRootfsPath string
}
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {