Registry / utility / vmware-vmw-guestinfo

vmware-vmw-guestinfo

JSON →
library0.0.0-20220317130741-510905f0efa3gogounverified

Package vmw-guestinfo provides a Go interface for interacting with VMware guest information and communication channels.

go get github.com/vmware/vmw-guestinfo
INSTALL
IMPORT
SIG · VMWARE-VMW-GUESTIN
V
vmware-vmw-guestinfo
utilitygov0.0.0-20220317130741-510905f0efa3
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.

guestinfo
github.com/vmware/vmw-guestinfo

Retrieve a guestinfo key from VMware tools.

package main import ( "fmt" "github.com/vmware/vmw-guestinfo" ) func main() { info, err := guestinfo.Get("key") if err != nil { panic(err) } fmt.Println(info) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220317130741-510905f0efa3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
vmware-vmw-guestinfo — go get vmware-vmw-guestinfo · libregistry