mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
parent
c6df88991d
commit
ca2aa6a099
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user