Registry / cloud / volcengine-volc-sdk-golang

volcengine-volc-sdk-golang

JSON →
library1.0.243gogounverified

Go SDK for Volcano Engine (Volcengine) cloud services.

go get github.com/volcengine/volc-sdk-golang
INSTALL
IMPORT
SIG · VOLCENGINE-VOLC-SD
V
volcengine-volc-sdk-golang
cloudgov1.0.243
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.

volc
github.com/volcengine/volc-sdk-golang

List ECS instances using the Volcano Engine SDK.

package main import ( "fmt" "github.com/volcengine/volc-sdk-golang" ) func main() { client := volc.NewClient("access-key", "secret-key") instances, _ := client.DescribeInstances() fmt.Println(instances) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
volcengine-volc-sdk-golang — go get volcengine-volc-sdk-golang · libregistry