mounter

package
v0.0.0-...-777870b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mounter

type Mounter interface {
	//BindMount(source, target, fstype, opts string) error
	//FormatAndMount(source, target, fstype, opts string) error
	//Unmount(target string) error
	PathExists(target string) (bool, error)
	MakeDir(target string) error
	mountutils.Interface
	utilsexec.Interface
}

func New

func New(logger *logrus.Logger) Mounter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL