Documentation ¶ Index ¶ type OutBand func New(r *redfish.APIClient, board *api.Board, ip string, ipmiPort int, ...) *OutBand func (ob *OutBand) Board() *api.Board func (ob *OutBand) Goipmi(f func(*ipmi.Client) error) error func (ob *OutBand) IPMIConnection() (string, int, string, string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OutBand ¶ type OutBand struct { Redfish *redfish.APIClient // contains filtered or unexported fields } func New ¶ func New(r *redfish.APIClient, board *api.Board, ip string, ipmiPort int, user, password string) *OutBand func (*OutBand) Board ¶ func (ob *OutBand) Board() *api.Board func (*OutBand) Goipmi ¶ func (ob *OutBand) Goipmi(f func(*ipmi.Client) error) error func (*OutBand) IPMIConnection ¶ added in v0.1.3 func (ob *OutBand) IPMIConnection() (string, int, string, string) Source Files ¶ View all Source files outband.go Click to show internal directories. Click to hide internal directories.