Registry / cloud / apache-cloudstack-go-v2

apache-cloudstack-go-v2

JSON →
library2.19.0gogounverified

CloudStack Go Client is a Go library for interacting with Apache CloudStack API.

go get github.com/apache/cloudstack-go/v2
INSTALL
IMPORT
SIG · APACHE-CLOUDSTACK-
A
apache-cloudstack-go-v2
cloudgov2.19.0
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.

cloudstack
github.com/apache/cloudstack-go/v2

Create a new CloudStack API client.

package main import ( "fmt" "github.com/apache/cloudstack-go/v2" ) func main() { client := cloudstack.NewAsyncClient("https://cloudstack.example.com", "api-key", "secret-key", false) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.19.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Resources
apache-cloudstack-go-v2 — go get apache-cloudstack-go-v2 · libregistry