pull/6/head
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
1 changed files with 2 additions and 1 deletions

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 {