Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digitalocean/go-smbios
/ types & classes
Types & classes
8 in github.com/digitalocean/go-smbios
⨍
Functions
45
◇
Types & classes
8
Struct
Decoder
A Decoder decodes Structures from a stream.
smbios/decoder.go:39
Interface
EntryPoint
An EntryPoint is an SMBIOS entry point. EntryPoints contain various properties about SMBIOS. Use a type assertion to access detailed EntryPoint info
smbios/entrypoint.go:40
Struct
EntryPoint32Bit
EntryPoint32Bit is the SMBIOS 32-bit Entry Point structure, used starting in SMBIOS 2.1.
smbios/entrypoint.go:74
Struct
EntryPoint64Bit
EntryPoint64Bit is the SMBIOS 64-bit Entry Point structure, used starting in SMBIOS 3.0.
smbios/entrypoint.go:158
Struct
Header
A Header is a Structure's header.
smbios/structure.go:18
Struct
Structure
A Structure is an SMBIOS structure.
smbios/structure.go:25
Struct
WindowsEntryPoint
WindowsEntryPoint contains SMBIOS Table entry point data returned from GetSystemFirmwareTable. As raw access to the underlying memory is not given, th
smbios/entrypoint.go:251
Struct
opaqueReadCloser
An opaqueReadCloser masks the type of the underlying io.ReadCloser to prevent type assertions.
smbios/decoder.go:226