Documentation
¶
Overview ¶
Package eject provides a cross-platform Eject function that attempts to eject a disc given the volume name.
The implementation currently relies on platform-specific command execution: `eject` on Linux, `drutil` on Darwin, and `powershell` on Windows.
For example:
err := Eject(context.Background(), "D:")
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.