Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LuksContext ¶
type LuksService ¶
type LuksService interface { IsLuks(devicePath string) bool LuksFormat(devicePath string, passphrase string, context LuksContext) error CheckLuksPassphrase(devicePath string, passphrase string) bool LuksOpen(devicePath string, encryptedDeviceName string, passphrase string) (bool, error) IsLuksMapping(devicePath string) (bool, string, error) LuksResize(deviceName string) error LuksClose(deviceName string) error }
Click to show internal directories.
Click to hide internal directories.