Registry / cloud / storageos-go-api

storageos-go-api

JSON →
library2.6.0+incompatiblegogounverified

Package go-api provides a Go client library for the StorageOS API.

go get github.com/storageos/go-api
INSTALL
IMPORT
SIG · STORAGEOS-GO-API
S
storageos-go-api
cloudgov2.6.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

api
github.com/storageos/go-api

Create a StorageOS client and list volumes.

package main import ( "fmt" "github.com/storageos/go-api" ) func main() { client, _ := api.NewClient(api.DefaultConfig()) volumes, _ := client.VolumeList(nil) fmt.Println(volumes) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
Bingbot
1
OpenAI (training)
1
Resources
storageos-go-api — go get storageos-go-api · libregistry