Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions serverservice/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const (
// Serverservice attribute namespace for inband bios configuration.
BiosConfigInbandNS = "sh.hollow.alloy.inband.bios_configuration"

// UEFI varsiables namespace
UEFIVarsNS = "sh.hollow.alloy.uefi_vars"

// Serverservice attribute namespace for inband component attributes/metadata.
ComponentAttributeInbandNS = "sh.hollow.alloy.inband.metadata"

Expand Down