mount

package
v0.0.0-...-d005ad2 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2018 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

The mount package implements functions for mounting and unmounting file systems and defines the mount interface.

The mount package implements functions for mounting and unmounting file systems and defines the mount interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Mount

func Mount(dev, path, fsType, data string, flags uintptr) error

func Unmount

func Unmount(path string, force, lazy bool) error

Types

type Mounter

type Mounter interface {
	Mount() error
	Unmount(flags int) error
}

Jump to

Keyboard shortcuts

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