/go-triparclient

A client for HPE 3PAR Object Access REST API.

Primary LanguageGoMIT LicenseMIT

go-triparclient

Go HPE 3PAR Object Access REST API client.

GoDoc

Beware

Only supports a subset of the Object Access API. Feel free to send in pull requests extending this. ;)

Install

go get github.com/koofr/go-triparclient

Testing

go test

Coverage:

go test --coverprofile=go-triparclient.coverprofile && go tool cover -html=go-triparclient.coverprofile