Registry / serialization / go-libvirtxml

go-libvirtxml

JSON →
library1.12002.0gogounverified

Provides Go structs for parsing and formatting libvirt XML documents.

go get libvirt.org/go/libvirtxml
INSTALL
IMPORT
SIG · GO-LIBVIRTXML
G
go-libvirtxml
serializationgov1.12002.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.

libvirtxml
libvirt.org/go/libvirtxml

Create a domain XML document from configuration.

package main import ( "fmt" "libvirt.org/go/libvirtxml" ) func main() { domain := &libvirtxml.Domain{} xmlStr, _ := domain.Marshal() fmt.Println(xmlStr) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
go-libvirtxml — go get go-libvirtxml · libregistry