Categorygithub.com/koofr/go-triparclient
repositorypackage
0.0.0-20240520123553-0f7c329830a3
Repository: https://github.com/koofr/go-triparclient.git
Documentation: pkg.go.dev

# README

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