Registry / networking / stmcginnis-gofish

stmcginnis-gofish

JSON →
library0.22.0gogounverified

A Go library for interacting with Redfish-enabled hardware.

go get github.com/stmcginnis/gofish
INSTALL
IMPORT
SIG · STMCGINNIS-GOFISH
S
stmcginnis-gofish
networkinggov0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gofish
github.com/stmcginnis/gofish

Connects to a Redfish service and retrieves system information.

package main import ( "fmt" "github.com/stmcginnis/gofish" ) func main() { c, _ := gofish.Connect("https://bmc.example.com", "user", "pass") systems, _ := c.Service.Systems() fmt.Println(systems[0].Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
stmcginnis-gofish — go get stmcginnis-gofish · libregistry