Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type BMC struct + Credential *credential.Credential + IP net.IP + MAC MACAddress + func New(s string, cred *credential.Credential, ip string) (*BMC, error) + func (b *BMC) Patch(nb BMC) bool + func (b *BMC) SetCredential(cred *credential.Credential) + func (b *BMC) SetIP(ip string) + type MACAddress struct + func (m *MACAddress) UnmarshalText(text []byte) error + func (m MACAddress) MarshalText() ([]byte, error)