Fix compile error on ono-linux platform

Fixes #35252.
pull/6/head
Pengfei Ni 2016-10-21 12:20:19 +08:00
parent c6df88991d
commit ca2aa6a099
1 changed files with 3 additions and 1 deletions

View File

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