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, logger boshlog.Logger) 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)
func (ConcreteUdevDevice) Trigger ¶
func (udev ConcreteUdevDevice) Trigger() (err error)
Click to show internal directories.
Click to hide internal directories.