repositorypackage
1.0.0
Repository: https://github.com/os-autoinst/gopenqa.git
Documentation: pkg.go.dev
# README
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.
The project is not feature-complete regarding the openQA API. PR extending the internal API to include your needs are welcome.
What works
- Job query
- Job group query
- Job comment query
- RabbitMQ
Installation
go get github.com/os-autoinst/gopenqa
Getting started
Checkout the examples provided within the project.