This commit is contained in:
Paulo Pires 2016-10-27 15:55:01 -04:00
parent b47d862aea
commit 01adb460de
No known key found for this signature in database
GPG Key ID: F3F6ED5C522EAA71

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 {