Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIncompletePartitionWriteError ¶ added in v1.8.0
Types ¶
type IncompletePartitionWriteError ¶ added in v1.8.0
type IncompletePartitionWriteError struct {
// contains filtered or unexported fields
}
func (*IncompletePartitionWriteError) Error ¶ added in v1.8.0
func (e *IncompletePartitionWriteError) Error() string
type Partition ¶
type Partition interface {
GetIndex() int // Index of the partition in the table, starting at 1
GetSize() int64
GetStart() int64
ReadContents(backend.File, io.Writer) (int64, error)
WriteContents(backend.WritableFile, io.Reader) (uint64, error)
UUID() string
Label() string
}
Partition reference to an individual partition on disk
Click to show internal directories.
Click to hide internal directories.