proxy.golang.org : github.com/nuclearbob/bmclib : v0.4.11
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:
- bou.ke/monkey v1.0.2
- github.com/bombsimon/logrusr v1.0.0
- github.com/fsnotify/fsnotify v1.4.9
- github.com/gebn/bmc v0.0.0-20200904230046-a5643220ab2a
- github.com/go-logr/logr v0.4.0
- github.com/go-logr/zapr v0.4.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/google/go-cmp v0.5.5
- github.com/google/go-querystring v1.0.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/jacobweinstock/registrar v0.4.2
- github.com/leodido/go-urn v1.2.1
- github.com/magiconair/properties v1.8.4
- github.com/mitchellh/mapstructure v1.4.1
- github.com/pelletier/go-toml v1.8.1
- github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- github.com/spf13/afero v1.6.0
- 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
- github.com/stmcginnis/gofish v0.8.0
- go.uber.org/multierr v1.6.0
- golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
- golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
- golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
- golang.org/x/text v0.3.5
- golang.org/x/tools v0.1.0
- 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.4.0