Documentation ¶ Index ¶ type InBand func New(board *api.Board, inspectBMC bool, log logger.Logger) (*InBand, error) func (ib *InBand) Board() *api.Board func (ib *InBand) Firmware() (hal.FirmwareMode, error) func (ib *InBand) UUID() (*uuid.UUID, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type InBand ¶ type InBand struct { IpmiTool ipmi.IpmiTool // contains filtered or unexported fields } func New ¶ func New(board *api.Board, inspectBMC bool, log logger.Logger) (*InBand, error) func (*InBand) Board ¶ func (ib *InBand) Board() *api.Board func (*InBand) Firmware ¶ func (ib *InBand) Firmware() (hal.FirmwareMode, error) func (*InBand) UUID ¶ func (ib *InBand) UUID() (*uuid.UUID, error) Source Files ¶ View all Source files inband.go Click to show internal directories. Click to hide internal directories.