This is a Go client for the Portworx Data Services API.
Information about Portworx Data Services in general can be found here.
Full documentation with installation and examples can be found here.
It's possible to manually generate this client using the following command:
docker run --rm -v ${PWD}/pds/v1alpha1:/local openapitools/openapi-generator-cli generate -i /local/api/swagger.json -g go -o /local/pds/v1alpha1 --package-name pds