mountmanager

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command added in v1.0.0

type Command interface {
	exec.Cmd
}

type Executor added in v1.0.0

type Executor interface {
	exec.Interface
}

type Formater added in v1.0.5

type Formater interface {
	FormatAndMount(source string, target string, fstype string, options []string) error
}

type Mounter added in v1.0.0

type Mounter interface {
	mount.Interface
}

type ResizeFSer added in v1.0.5

type ResizeFSer interface {
	Resize(devicePath string, deviceMountPath string) (bool, error)
	NeedResize(devicePath string, deviceMountPath string) (bool, error)
}

type SafeFormatAndMount added in v1.0.5

type SafeFormatAndMount struct {
	*mount.SafeFormatAndMount
	Formater
}

alias mount.SafeFormatAndMount struct to add the Formater interface

func NewSafeMounter

func NewSafeMounter() *SafeFormatAndMount

Jump to

Keyboard shortcuts

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