proxy.golang.org : github.com/nuclearbob/bmclib : v0.3.5
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/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.4.1
- github.com/spf13/viper v1.3.2
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- 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