Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct { // device path in /dev Device string // partition delimiter Delimiter string // partition numbers ActiveKernelNum int ActiveRootfsNum int InactiveKernelNum int InactiveRootfsNum int }
State of the device.
func (*State) ActiveKernel ¶
func (*State) ActiveRootfs ¶
func (*State) InactiveKernel ¶
func (*State) InactiveRootfs ¶
Click to show internal directories.
Click to hide internal directories.