Documentation ¶
Index ¶
- Constants
- func CreatePartition(linuxFolderPath, partitionName string, sizeInGBs int) error
- func DeleteFile(linuxFolderPath, partitionName, name string) error
- func ReadFile(linuxFolderPath, partitionName, name string) ([]byte, error)
- func WriteFile(linuxFolderPath, partitionName, name string, data []byte) error
- type IndexElem
Constants ¶
View Source
const ( IndexEnd = "===END===" IndexBegin = "===BEGIN===" )
Variables ¶
This section is empty.
Functions ¶
func CreatePartition ¶
func DeleteFile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.