model

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PowerStateOn    = "On"
	PowerStateReset = "Reset"
)

Variables

View Source
var (
	ErrConfig        = errors.New("configuration error")
	ErrInvalidAction = errors.New("invalid action")
)
View Source
var (
	Name = "bioscfg"
)

Functions

This section is empty.

Types

type Asset

type Asset struct {
	ID uuid.UUID

	// Device BMC attributes
	BmcAddress  net.IP
	BmcUsername string
	BmcPassword string

	// Manufacturer attributes
	Vendor string
	Model  string
	Serial string

	// Facility this Asset is hosted in.
	FacilityCode string
}

nolint:govet // prefer to keep field ordering as is

type StoreKind

type StoreKind string

Jump to

Keyboard shortcuts

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