An open API service indexing awesome lists of open source software.

https://github.com/metal-stack/duros-go

go client to talk to a lightbits duros api server
https://github.com/metal-stack/duros-go

duros go golang lightbits nvme-storage nvmeoftcp

Last synced: 2 months ago
JSON representation

go client to talk to a lightbits duros api server

Awesome Lists containing this project

README

          

# duros-go

[![Actions](https://github.com/metal-stack/duros-go/workflows/build/badge.svg)](https://github.com/metal-stack/duros-go/actions)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/metal-stack/duros-go)](https://pkg.go.dev/github.com/metal-stack/duros-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/metal-stack/duros-go)](https://goreportcard.com/report/github.com/metal-stack/duros-go)
[![codecov](https://codecov.io/gh/metal-stack/duros-go/branch/master/graph/badge.svg)](https://codecov.io/gh/metal-stack/duros-go)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/metal-stack/duros-go/blob/master/LICENSE)

A lightbits duros api go client library.

A usage example can be found [here](https://github.com/metal-stack/duros-go/blob/master/cmd/cli/cli.go).