Skip to content

os-autoinst/gopenqa

Repository files navigation

gopenqa

gopenqa is a (intentional bad name for a) openQA module written in go. The aim of the project is to create an easy-to-use go library for interacting with openQA.

This project is under development and not yet stable. API changes can still occur at any time.

What works

  • Job query
  • Job group query
  • Job comment query
  • RabbitMQ

Installation

go get github.com/grisu48/gopenqa

Getting started

Checkout the examples provided within the project for getting a feeling, how this project can be used.