proxy.golang.org : github.com/nuclearbob/bmclib : v0.4.1
Package bmclib abstracts various vendor/models of Baseboard Management controllers. ENV vars ======== export DEBUG_BMCLIB=1 for bmclib to verbose log export BMCLIB_TEST=1 to run on a dummy bmc (dry run). Scan and connect ---------------- Connect to a BMC - "discover" its model, vendor, for list of supported BMCs see README.md. Once a connection is setup, the connection needs to be type asserted, to either a 'Bmc' or 'BmcChassis'.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/nuclearbob/[email protected]
Published:
Indexed:
- github.com/BurntSushi/toml v0.3.1
- github.com/bombsimon/logrusr v0.0.0-20200131103305-03a291ce59b4
- github.com/go-logr/logr v0.2.1
- github.com/go-playground/locales v0.12.1
- github.com/go-playground/universal-translator v0.16.0
- github.com/google/go-querystring v1.0.0
- github.com/hashicorp/go-multierror v1.0.0
- github.com/leodido/go-urn v1.1.0
- github.com/sirupsen/logrus v1.6.0
- github.com/spf13/viper v1.3.2
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
- golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
- golang.org/x/text v0.3.2
- gopkg.in/go-playground/assert.v1 v1.2.1
- gopkg.in/go-playground/validator.v9 v9.28.0