package
2.0.3
Repository: https://github.com/siderolabs/go-blockdevice.git
Documentation: pkg.go.dev

# Functions

ReadHeader reads the GPT header and partition entries.

# Constants

ENTRY_SIZE
ENTRY_SIZE is the size of the Entry struct.
HEADER_SIZE is the size of the Header struct.
"EFI PART".
NumEntries is the number of entries in the GPT.

# Interfaces

HeaderReader is an interface for reading GPT headers.

# Type aliases

Entry
Entry is a byte slice representing the entry.h C header.
Header is a byte slice representing the header.h C header.