proxy.golang.org : github.com/nuclearbob/bmclib : v0.4.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/bombsimon/logrusr v1.0.0
- github.com/fsnotify/fsnotify v1.4.9
- github.com/go-logr/logr v0.3.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/google/go-querystring v1.0.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.0
- github.com/leodido/go-urn v1.2.0
- github.com/magiconair/properties v1.8.4
- github.com/mitchellh/mapstructure v1.3.3
- github.com/pelletier/go-toml v1.8.1
- github.com/pkg/errors v0.8.1
- github.com/sirupsen/logrus v1.7.0
- github.com/spf13/afero v1.4.1
- github.com/spf13/cast v1.3.1
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.7.1
- golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
- golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
- golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
- golang.org/x/text v0.3.4
- gopkg.in/go-playground/assert.v1 v1.2.1
- gopkg.in/go-playground/validator.v9 v9.31.0
- gopkg.in/ini.v1 v1.62.0
- gopkg.in/yaml.v2 v2.3.0