Documentation
¶
Index ¶
- func CheckFileSystems(r *io.SectionReader, checkFsFuncs []CheckFsFunc) (bool, error)
- type CheckFsFunc
- type DirectFileSystem
- type DirectFileSystemPartition
- func (p DirectFileSystemPartition) Bootable() bool
- func (p DirectFileSystemPartition) GetSectionReader() io.SectionReader
- func (p DirectFileSystemPartition) GetSize() uint64
- func (p DirectFileSystemPartition) GetStartSector() uint64
- func (p DirectFileSystemPartition) GetType() []byte
- func (p DirectFileSystemPartition) IsSupported() bool
- func (p DirectFileSystemPartition) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFileSystems ¶
func CheckFileSystems(r *io.SectionReader, checkFsFuncs []CheckFsFunc) (bool, error)
Types ¶
type CheckFsFunc ¶
type DirectFileSystem ¶
type DirectFileSystem struct {
Partition *DirectFileSystemPartition
}
func NewDirectFileSystem ¶
func NewDirectFileSystem(sr *io.SectionReader) (*DirectFileSystem, error)
type DirectFileSystemPartition ¶
type DirectFileSystemPartition struct {
// contains filtered or unexported fields
}
func (DirectFileSystemPartition) Bootable ¶
func (p DirectFileSystemPartition) Bootable() bool
func (DirectFileSystemPartition) GetSectionReader ¶
func (p DirectFileSystemPartition) GetSectionReader() io.SectionReader
func (DirectFileSystemPartition) GetSize ¶
func (p DirectFileSystemPartition) GetSize() uint64
func (DirectFileSystemPartition) GetStartSector ¶
func (p DirectFileSystemPartition) GetStartSector() uint64
func (DirectFileSystemPartition) GetType ¶
func (p DirectFileSystemPartition) GetType() []byte
func (DirectFileSystemPartition) IsSupported ¶
func (p DirectFileSystemPartition) IsSupported() bool
func (DirectFileSystemPartition) Name ¶
func (p DirectFileSystemPartition) Name() string
Click to show internal directories.
Click to hide internal directories.