udevdevice

package
v0.0.0-...-9a89ba0 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2014 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConcreteUdevDevice

type ConcreteUdevDevice struct {
	// contains filtered or unexported fields
}

func NewConcreteUdevDevice

func NewConcreteUdevDevice(runner boshsys.CmdRunner) ConcreteUdevDevice

func (ConcreteUdevDevice) EnsureDeviceReadable

func (udev ConcreteUdevDevice) EnsureDeviceReadable(filePath string) error

func (ConcreteUdevDevice) KickDevice

func (udev ConcreteUdevDevice) KickDevice(filePath string)

func (ConcreteUdevDevice) Settle

func (udev ConcreteUdevDevice) Settle() (err error)

type UdevDevice

type UdevDevice interface {
	KickDevice(filePath string)
	Settle() (err error)
	EnsureDeviceReadable(filePath string) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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