libvirt/docs/go/libvirtxml.rst
Peter Krempa 9f49f60aca docs: go: Add 'go-import' metadata via rST
The '.. meta::' rST directive allows adding header metadata. Move the
specific metadata from page.xsl into the individual files and pass them
through into the header from page.xsl.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
2023-06-02 09:39:10 +02:00

874 B

Libvirt Go XML parsing API (with Go modules)

The Go package libvirt.org/go/libvirtxml provides annotated Go struct definitions for parsing (and formatting) XML documents used with libvirt APIs.

This package replaces the obsolete libvirt.org/libvirt-go-xml package in order to switch to using semver and Go modules. Aside from the changed import path and versioning scheme, the API is fully compatible with the original package.

For details of Go specific behaviour consult the Go package documentation.