types

package
v0.0.0-...-56c9332 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2024 License: MIT Imports: 1 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	Next() (Partition, error)
}

type Partition

type Partition interface {
	Bootable() bool
	GetStartSector() uint64
	Name() string
	GetType() []byte
	GetSize() uint64

	IsSupported() bool
	GetSectionReader() io.SectionReader
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL