Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/libvirt/libvirt-go-xml

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/libvirt/libvirt-go-xml

  • v7.4.0+incompatible
  • Source
  • Go
  • Socket score

Version published
Created
Source

============== libvirt-go-xml

.. image:: https://gitlab.com/libvirt/libvirt-go-xml/badges/master/pipeline.svg :target: https://gitlab.com/libvirt/libvirt-go-xml/pipelines :alt: Build Status .. image:: https://img.shields.io/static/v1?label=godev&message=reference&color=00add8 :target: https://pkg.go.dev/libvirt.org/libvirt-go-xml :alt: 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

  • API documentation for the bindings <https://pkg.go.dev/libvirt.org/libvirt-go-xml>_

  • Libvirt XML schema documentation <https://libvirt.org/format.html>_

    • capabilities <https://libvirt.org/formatcaps.html>_
    • domain <https://libvirt.org/formatdomain.html>_
    • domain capabilities <https://libvirt.org/formatdomaincaps.html>_
    • domain snapshot <https://libvirt.org/formatsnapshot.html>_
    • network <https://libvirt.org/formatnetwork.html>_
    • node device <https://libvirt.org/formatnode.html>_
    • nwfilter <https://libvirt.org/formatnwfilter.html>_
    • secret <https://libvirt.org/formatsecret.html>_
    • storage <https://libvirt.org/formatstorage.html>_
    • storage encryption <https://libvirt.org/formatstorageencryption.html>_

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 <CONTRIBUTING.rst>_ file.

FAQs

Package last updated on 02 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc