Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (38 loc) · 1.94 KB

README.rst

File metadata and controls

50 lines (38 loc) · 1.94 KB

libvirt-go-xml

Build Status API Documentation

Go API for manipulating libvirt XML documents

This package provides a Go API that defines a set of structs, annotated for use with "encoding/xml", that can represent libvirt XML documents. There is no dependency on the libvirt library itself, so this can be used regardless of the way in which the application talks to libvirt.

Documentation

Contributing

The libvirt project aims to add support for new XML elements to libvirt-go-xml as soon as they are added to the main libvirt C library. If you are submitting changes to the libvirt C library that introduce new XML elements, please submit a libvirt-go-xml change at the same time. Bug fixes and other improvements to the libvirt-go-xml library are welcome at any time.

For more information, see the CONTRIBUTING file.