baseboard

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	AssetTag     string `json:"asset_tag"`
	SerialNumber string `json:"serial_number"`
	Vendor       string `json:"vendor"`
	Version      string `json:"version"`
	// contains filtered or unexported fields
}

Info defines baseboard release information

func New

func New(opts ...*option.Option) (*Info, error)

New returns a pointer to an Info struct containing information about the host's baseboard

func (*Info) JSONString

func (info *Info) JSONString(indent bool) string

JSONString returns a string with the baseboard information formatted as JSON under a top-level "baseboard:" key

func (*Info) String

func (i *Info) String() string

func (*Info) YAMLString

func (info *Info) YAMLString() string

YAMLString returns a string with the baseboard information formatted as YAML under a top-level "dmi:" key

Jump to

Keyboard shortcuts

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