package
0.5.7
Repository: https://github.com/bmc-toolbox/bmclib.git
Documentation: pkg.go.dev

# Functions

ScanAndConnect will scan the BMC trying to deduce the device type and return a working connection.
WithContext sets the Options.Context option.
WithHintCallBack sets the Options.HintCallback option.
WithLogger sets the Options.Logger option.
WithProbeHint sets the Options.Hint option.
WithSecureTLS enforces trusted TLS connections, with an optional CA certificate pool.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Options to pass in.
No description provided by the author

# Type aliases

Option is part of the functional options pattern, see the `With*` functions and https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis.