sum

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2020 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BiosCfg

type BiosCfg struct {
	XMLName xml.Name `xml:"BiosCfg"`
	Menu    []struct {
		XMLName xml.Name `xml:"Menu"`
		Name    string   `xml:"name,attr"`
		Setting []struct {
			XMLName        xml.Name `xml:"Setting"`
			Name           string   `xml:"name,attr"`
			Order          string   `xml:"order,attr,omitempty"`
			SelectedOption string   `xml:"selectedOption,attr"`
		}
	}
}

type Sum

type Sum interface {
	EnsureUEFIBoot(reboot bool) error
	EnsureBootOrder(bootloaderID string, reboot bool) error
}

Sum defines methods to interact with Supermicro Update Manager (SUM)

func New

func New() (Sum, error)

Jump to

Keyboard shortcuts

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